Air alarm runtime fix.

This commit is contained in:
Zuhayr
2013-07-05 22:32:37 -07:00
parent 0cfaf8e70b
commit 8f596f5fc1
+4
View File
@@ -636,6 +636,9 @@
interact(mob/user)
user.set_machine(src)
if(buildstage!=2)
return
if ( (get_dist(src, user) > 1 ))
if (!istype(user, /mob/living/silicon))
user.machine = null
@@ -1142,6 +1145,7 @@ table tr:first-child th:first-child { border: none;}
circuit.loc = user.loc
buildstage = 0
update_icon()
return
if(0)
if(istype(W, /obj/item/weapon/airalarm_electronics))
user << "You insert the circuit!"