Examination fixes.

Fixes #8491.
Fixes #8579.
This commit is contained in:
PsiOmega
2015-04-06 10:46:19 +02:00
parent f22a386e43
commit d8a6576f36
3 changed files with 12 additions and 3 deletions

View File

@@ -383,7 +383,6 @@
user << "You are too far away to read the gauge."
if(welded)
user << "It seems welded shut."
..()
/obj/machinery/atmospherics/unary/vent_pump/power_change()
var/old_stat = stat

View File

@@ -277,7 +277,6 @@
user << "A small gauge in the corner reads [round(last_flow_rate, 0.1)] L/s; [round(last_power_draw)] W"
else
user << "You are too far away to read the gauge."
..()
/obj/machinery/atmospherics/unary/vent_scrubber/Del()
if(initial_loc)