Fire alarm reset fix

This commit is contained in:
Markolie
2015-09-14 20:25:22 +02:00
parent 59b78376e9
commit 6ec0e011de
+1
View File
@@ -238,6 +238,7 @@ FIRE ALARM
if (!( src.working ))
return
var/area/A = get_area(src)
A.fire_reset()
for(var/obj/machinery/firealarm/FA in A)
fire_alarm.clearAlarm(loc, FA)
return