Portalathe fix, Magboots + airflow fix, Fix for the "MODE" job, fixed removing gravity catapult, fixed death alarms prematurely detonating.

This commit is contained in:
SkyMarshal
2012-03-25 15:33:14 -07:00
parent e074b9f97e
commit 879f8c941a
6 changed files with 8 additions and 5 deletions
@@ -14,6 +14,7 @@
var/obj/machinery/light/L = target
if(L.status > 1) //Burned or broke
L.status = 0
L.on = 1
L.update()
user.visible_message("[user] repairs \the [target] on the spot with their [src]!","You repair the lightbulb!")
return