Merge pull request #10160 from Ghommie/Ghommie-cit453

Ports improved and simplier fire alarms.
This commit is contained in:
Lin
2020-10-12 23:47:58 -03:00
committed by Dip
parent 739b072a1e
commit e0d9a3b354
7 changed files with 129 additions and 183 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