Ports improved and simplier fire alarms.

This commit is contained in:
Ghommie
2019-12-12 22:44:20 +01:00
parent f637e1e060
commit 4502d7b795
13 changed files with 5170 additions and 5204 deletions
@@ -1,10 +0,0 @@
/obj/machinery/firealarm/alt_attack_hand(mob/user)
if(can_interact(usr))
var/area/A = get_area(src)
if(istype(A))
if(A.fire)
reset()
else
alarm()
return TRUE
return FALSE