Fireaxe cabinets find their fireaxes in initialize(), rather than new()

This commit is contained in:
Anewbe
2018-07-26 22:42:36 -05:00
parent 5a223610bc
commit bca0350348

View File

@@ -16,7 +16,7 @@
starts_with = list(/obj/item/weapon/material/twohanded/fireaxe) starts_with = list(/obj/item/weapon/material/twohanded/fireaxe)
/obj/structure/closet/fireaxecabinet/New() /obj/structure/closet/fireaxecabinet/initialize()
..() ..()
fireaxe = locate() in contents fireaxe = locate() in contents