mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Initialize fixing (#17279)
* Initialoize fixing * diff fix * add init grep test * fixed missed ones * . * some more * ,
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
var/smashed = 0
|
||||
var/starts_with_axe = TRUE
|
||||
|
||||
/obj/structure/fireaxecabinet/Initialize()
|
||||
/obj/structure/fireaxecabinet/Initialize(mapload)
|
||||
. = ..()
|
||||
if(starts_with_axe)
|
||||
fireaxe = new /obj/item/material/twohanded/fireaxe()
|
||||
|
||||
Reference in New Issue
Block a user