Skip to content

Commit

Permalink
Fix analyzers
Browse files Browse the repository at this point in the history
Fix #9186
Fix #9115
  • Loading branch information
clusterfack committed Apr 1, 2016
1 parent 6479e75 commit 2d91952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/scanners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ Subject's pulse: ??? BPM"})

var/datum/gas_mixture/environment = location.return_air()

user << output_gas_scan(environment, location, 1)
to_chat(output_gas_scan(environment, location, 1))

src.add_fingerprint(user)
return
Expand Down

0 comments on commit 2d91952

Please sign in to comment.