Skip to content

Commit

Permalink
Fixes issue shiptest-ss13#2405
Browse files Browse the repository at this point in the history
  • Loading branch information
BogCreature committed Oct 15, 2023
1 parent 9bf253e commit b5a0ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/doors/firedoor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@
density = TRUE
var/constructionStep = CONSTRUCTION_NOCIRCUIT
var/reinforced = 0
var/firelock_type
var/firelock_type = /obj/machinery/door/firedoor/closed

/obj/structure/firelock_frame/examine(mob/user)
. = ..()
Expand Down

0 comments on commit b5a0ebd

Please sign in to comment.