Merge pull request #748 from SkyMarshal/Airlocks

New Objective system (WIPish), as well as fixes for #747, #734, #733, as well as fixing the portalathe, and moving the be_syndicate var up to the client.
This commit is contained in:
Albert Iordache
2012-03-25 00:47:36 -07:00
22 changed files with 1250 additions and 188 deletions
+3 -2
View File
@@ -12,7 +12,8 @@
if(!istype(target, /obj/machinery/light))
return
var/obj/machinery/light/L = target
if(L.stat > 1) //Burned or broke
L.stat = 0
if(L.status > 1) //Burned or broke
L.status = 0
L.update()
user.visible_message("[user] repairs \the [target] on the spot with their [src]!","You repair the lightbulb!")
return