Skip to content

Commit

Permalink
Modularize the SRN spawn in the CE's locker, as it wasn't before.
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Dec 12, 2024
1 parent a7c0929 commit 39e3179
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

// Traitor steal objective
new /obj/item/areaeditor/blueprints(src)
new /obj/item/gun/ballistic/srn_rocketlauncher(src)
new /obj/item/pipe_dispenser(src)

/obj/structure/closet/secure_closet/engineering_electrical
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/obj/structure/closet/secure_closet/engineering_chief/populate_contents_immediate()
. = ..()
new /obj/item/gun/ballistic/srn_rocketlauncher(src)
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6122,6 +6122,7 @@
#include "monkestation\code\game\objects\structures\crates_lockers\closets.dm"
#include "monkestation\code\game\objects\structures\crates_lockers\crates.dm"
#include "monkestation\code\game\objects\structures\crates_lockers\closets\secure\brig_physician.dm"
#include "monkestation\code\game\objects\structures\crates_lockers\closets\secure\engineering.dm"
#include "monkestation\code\game\objects\structures\crates_lockers\closets\secure\security.dm"
#include "monkestation\code\game\objects\structures\crates_lockers\crates\secure.dm"
#include "monkestation\code\game\turfs\open\water.dm"
Expand Down

0 comments on commit 39e3179

Please sign in to comment.