mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Dead SifGuard Patrol PoI (Fix) (#4599)
* New file structure * Fixed include * Fixed wrong file path from old version
This commit is contained in:
28
maps/submaps/surface_submaps/wilderness/GovPatrol.dmm
Normal file
28
maps/submaps/surface_submaps/wilderness/GovPatrol.dmm
Normal file
@@ -0,0 +1,28 @@
|
||||
"a" = (/turf/template_noop,/area/template_noop)
|
||||
"b" = (/turf/template_noop,/area/submap/GovPatrol)
|
||||
"c" = (/turf/template_noop,/area/submap/Cragzone1)
|
||||
"d" = (/obj/structure/flora/tree/sif,/turf/template_noop,/area/submap/GovPatrol)
|
||||
"e" = (/obj/item/device/radio/off,/turf/template_noop,/area/submap/GovPatrol)
|
||||
"f" = (/obj/item/weapon/storage/box/flare,/turf/template_noop,/area/submap/GovPatrol)
|
||||
"g" = (/obj/item/ammo_casing,/turf/template_noop,/area/submap/GovPatrol)
|
||||
"h" = (/obj/item/clothing/under/utility/sifguard,/obj/item/clothing/shoes/boots/jackboots,/obj/effect/decal/remains,/turf/template_noop,/area/submap/GovPatrol)
|
||||
"i" = (/obj/item/stack/material/wood/sif,/turf/template_noop,/area/submap/GovPatrol)
|
||||
"j" = (/obj/item/weapon/gun/projectile/shotgun/pump/rifle/lever,/turf/template_noop,/area/submap/GovPatrol)
|
||||
"k" = (/obj/structure/bonfire/sifwood,/turf/template_noop,/area/submap/GovPatrol)
|
||||
"l" = (/obj/effect/decal/remains,/turf/template_noop,/area/submap/GovPatrol)
|
||||
|
||||
(1,1,1) = {"
|
||||
aaaaaaaaaaaaa
|
||||
abbbbbbbbbbba
|
||||
abbbbbbbbcbba
|
||||
abbdbbbbbbbba
|
||||
abbbbbbbbbbba
|
||||
abbbbbbbbbbba
|
||||
abbbbedbbbbba
|
||||
abbbbbbfgbbba
|
||||
adbgbhbbbbbba
|
||||
abbibbbbbbbba
|
||||
abbbjbbkbbgba
|
||||
abbgbbbbblgba
|
||||
aaaaaaaaaaaaa
|
||||
"}
|
||||
@@ -20,6 +20,7 @@
|
||||
#include "DJOutpost1.dmm"
|
||||
#include "Rockybase.dmm"
|
||||
#include "MHR.dmm"
|
||||
#include "GovPatrol.dmm"
|
||||
|
||||
#endif
|
||||
|
||||
@@ -151,4 +152,9 @@
|
||||
name = "Manhack Rock"
|
||||
desc = "A rock filled with nasty Synthetics."
|
||||
mappath = 'maps/submaps/surface_submaps/wilderness/MHR.dmm'
|
||||
cost = 15
|
||||
cost = 15
|
||||
|
||||
/datum/map_template/surface/GovPatrol
|
||||
name = "GovPatrol"
|
||||
desc = "A long lost SifGuard ground survey patrol. Now they have you guys!"
|
||||
mappath = 'maps/submaps/surface_submaps/wilderness/GovPatrol.dmm'
|
||||
@@ -59,3 +59,6 @@
|
||||
|
||||
/area/submap/Rockybase
|
||||
name = "Rockybase"
|
||||
|
||||
/area/submap/GovPatrol
|
||||
name = "GovPatrol"
|
||||
Reference in New Issue
Block a user