mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Fixes firealarms (#22994)
* Fixes firealarms * Fixes reason it did not run on init to begin with thanks to mochi
This commit is contained in:
@@ -37,7 +37,7 @@ FIRE ALARM
|
||||
|
||||
var/last_time_pulled //used to prevent pulling spam by same persons
|
||||
|
||||
/obj/machinery/firealarm/Initialize(mapload, location, direction, building)
|
||||
/obj/machinery/firealarm/Initialize(mapload, direction, building)
|
||||
. = ..()
|
||||
|
||||
if(building)
|
||||
|
||||
Reference in New Issue
Block a user