Skip to content

Commit

Permalink
[MAP] More fixes of main map and other stuff (SierraBay#3123)
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest authored Jan 17, 2025
1 parent a977a61 commit 802d94d
Show file tree
Hide file tree
Showing 13 changed files with 14,128 additions and 134 deletions.
2 changes: 1 addition & 1 deletion baystation12.dme
Original file line number Diff line number Diff line change
Expand Up @@ -3391,7 +3391,7 @@
#include "mods\_master_files\code\_onclick\click.dm"
#include "mods\_master_files\code\game\world.dm"
#include "mods\_master_files\code\game\antagonist\station\changeling.dm"
#include "mods\_master_files\code\game\gamemodes\ert.dm"
#include "mods\_master_files\code\game\gamemodes\antag_maps.dm"
#include "mods\_master_files\code\game\objects\effects\decals\contraband.dm"
#include "mods\_master_files\code\game\objects\structures\mineral_bath.dm"
#include "mods\_master_files\code\game\objects\structures\signs.dm"
Expand Down
13 changes: 13 additions & 0 deletions maps/sierra/sierra_presets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,19 @@ var/global/const/NETWORK_ENGINEERING_OUTPOST = "Engineering Outpost"
/obj/machinery/camera/motion/engineering_outpost
network = list(NETWORK_ENGINEERING_OUTPOST)

/obj/machinery/camera/motion/command
network = list(NETWORK_COMMAND)

// AI Core

/obj/machinery/camera/ai/Initialize()
. = ..()
upgradeEmpProof()
upgradeMotion()

/obj/machinery/camera/ai/core
network = list(NETWORK_COMMAND)

// All Upgrades
/obj/machinery/camera/all/command
network = list(NETWORK_COMMAND)
Expand Down
Loading

0 comments on commit 802d94d

Please sign in to comment.