Skip to content

Commit

Permalink
Some Repaired LV changes and makes a Repaired New Varadero variant (#201
Browse files Browse the repository at this point in the history
)

Additional repaired map and some map fixes. Gives GMs some alternative maps to run their rounds in.
  • Loading branch information
BadAtThisGame302 authored Apr 1, 2024
1 parent 897af44 commit 7d88620
Show file tree
Hide file tree
Showing 6 changed files with 75,595 additions and 6 deletions.
1 change: 1 addition & 0 deletions code/__DEFINES/__game.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ block( \
#define MAP_RUNTIME "USS Runtime"
#define MAP_LV522_CHANCES_CLAIM "LV-522 Chance's Claim" // Highpop Only
#define MAP_NEW_VARADERO "New Varadero"//ice colony underground but as its own map
#define MAP_NEW_VARADERO_REPAIRED "New Varadero Repaired"
#define MAP_CHINOOK "Chinook 91 GSO" //admin level
#define MAP_DERELICT_ALMAYER "Derelict Almayer"

Expand Down
1 change: 1 addition & 0 deletions code/modules/cm_marines/equipment/maps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ GLOBAL_LIST_INIT_TYPED(map_type_list, /obj/item/map, setup_all_maps())
MAP_KUTJEVO = new /obj/item/map/kutjevo_map(),
MAP_LV522_CHANCES_CLAIM = new /obj/item/map/lv522_map(),
MAP_NEW_VARADERO = new /obj/item/map/new_varadero(),
MAP_NEW_VARADERO_REPAIRED = new /obj/item/map/new_varadero(),
MAP_DERELICT_ALMAYER = new /obj/item/map/almayer(),
)

Expand Down
3 changes: 3 additions & 0 deletions map_config/maps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ endmap
map new_varadero
endmap

map new_varadero_repaired
endmap

map derelict_almayer
endmap

Expand Down
14 changes: 8 additions & 6 deletions maps/map_files/LV624_Fixed/LV624_repaired.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4636,6 +4636,9 @@
/obj/structure/flora/bush/ausbushes/var3/leafybush,
/turf/open/auto_turf/strata_grass/layer1,
/area/lv624/ground/caves/central_caves)
"faY" = (
/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east,
/area/lv624/ground/jungle/south_central_jungle)
"faZ" = (
/obj/structure/surface/table,
/obj/item/tool/kitchen/utensil/knife,
Expand Down Expand Up @@ -5838,7 +5841,7 @@
/area/lv624/lazarus/landing_zones/lz1)
"gxv" = (
/obj/structure/surface/table/reinforced/prison,
/obj/structure/machinery/faxmachine,
/obj/structure/machinery/faxmachine/corporate/liaison,
/turf/open/floor{
dir = 9;
icon_state = "whiteyellow"
Expand Down Expand Up @@ -16947,7 +16950,6 @@
"sPK" = (
/obj/structure/machinery/door/airlock/almayer/generic{
dir = 1;
locked = 1;
name = "\improper Storage Room"
},
/turf/open/floor{
Expand Down Expand Up @@ -36745,8 +36747,8 @@ gOl
gOl
gOl
tOc
eUI
mdK
tOc
fcJ
mdK
aeW
bZf
Expand Down Expand Up @@ -36969,8 +36971,8 @@ fMc
bFS
fMc
lDp
eUI
mdK
faY
iwh
mdK
hOD
vLL
Expand Down
Loading

0 comments on commit 7d88620

Please sign in to comment.