Skip to content

Commit

Permalink
fixes runtime with fire extinguisher cabinets
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Nov 22, 2023
1 parent 1b85e53 commit 111230c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/structures/extinguisher.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
icon_state = "extinguisher"
anchored = TRUE
density = FALSE
var/obj/item/tool/extinguisher/has_extinguisher = new/obj/item/tool/extinguisher
var/obj/item/tool/extinguisher/has_extinguisher
var/opened = 0
var/base_icon

/obj/structure/extinguisher_cabinet/Initialize()
. = ..()
base_icon = initial(icon_state)
has_extinguisher = new /obj/item/tool/extinguisher()

/obj/structure/extinguisher_cabinet/lifeboat
name = "extinguisher cabinet"
Expand Down

0 comments on commit 111230c

Please sign in to comment.