Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion yogstation/code/game/objects/structures/fireaxe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
var/datum/effect_system/spark_spread/spark_system //the spark system, used for generating... sparks?

/obj/structure/fireaxecabinet/bridge
req_access = list(ACCESS_CAPTAIN)
//bridge fireaxe has different access
req_one_access = list(ACCESS_CAPTAIN, ACCESS_CE)

/obj/structure/fireaxecabinet/Initialize()//<-- mirrored/overwritten proc
. = ..()
Expand Down