Examine change passthrough

This commit is contained in:
clusterfack
2015-01-08 03:04:52 -06:00
parent 87c12062ac
commit 4f63b6870d
83 changed files with 391 additions and 441 deletions

View File

@@ -55,9 +55,10 @@
/obj/machinery/atmospherics/unary/vent_pump/high_volume
name = "Large Air Vent"
power_channel = EQUIP
New()
..()
air_contents.volume = 1000
/obj/machinery/atmospherics/unary/vent_pump/high_volume/New()
..()
air_contents.volume = 1000
/obj/machinery/atmospherics/unary/vent_pump/update_icon()
if(welded)
@@ -287,7 +288,7 @@
/obj/machinery/atmospherics/unary/vent_pump/examine(mob/user)
..()
if(welded)
user << "It seems welded shut."
user << "<span class='info'>It seems welded shut.</span>"
/obj/machinery/atmospherics/unary/vent_pump/power_change()
if(powered(power_channel))