Skip to content

Commit

Permalink
MoreMap
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Aug 14, 2023
1 parent 82e4bd4 commit 097455c
Show file tree
Hide file tree
Showing 4 changed files with 1,949 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/datums/skills.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1681,6 +1681,7 @@ COLONIAL MARSHALS
SKILL_CONSTRUCTION = SKILL_CONSTRUCTION_ENGI,
SKILL_ENGINEER = SKILL_ENGINEER_ENGI,
SKILL_ENDURANCE = SKILL_ENDURANCE_TRAINED,
SKILL_SPEC_WEAPONS = SKILL_SPEC_UPP,
SKILL_FIREARMS = SKILL_FIREARMS_TRAINED,
SKILL_CQC = SKILL_CQC_TRAINED,
SKILL_MELEE_WEAPONS = SKILL_MELEE_TRAINED,
Expand Down
7 changes: 7 additions & 0 deletions maps/Nightmare/maps/DesertDam/nightmare.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,12 @@
"chance": 1.0,
"path": "standalone/crashlanding-upp-bar.dmm",
"when": { "lvevent": "uppcrash" }
},
{
"type": "map_insert",
"landmark": "uppcrash-supply",
"chance": 1.0,
"path": "standalone/crashlanding-upp-alt1.dmm",
"when": { "lvevent": "uppcrash" }
}
]
10 changes: 9 additions & 1 deletion maps/map_files/DesertDam/Desert_Dam.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -60501,6 +60501,14 @@
/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
/turf/open/floor/plating,
/area/desert_dam/exterior/valley/valley_crashsite)
"fcu" = (
/obj/effect/landmark/nightmare{
insert_tag = "uppcrash-supply"
},
/turf/open/asphalt{
icon_state = "tile"
},
/area/desert_dam/exterior/valley/valley_civilian)
"fcE" = (
/obj/structure/flora/bush/desert{
icon_state = "tree_3"
Expand Down Expand Up @@ -103519,7 +103527,7 @@ cCH
clZ
clZ
crW
cko
fcu
cmc
cpY
cpY
Expand Down
Loading

0 comments on commit 097455c

Please sign in to comment.