Skip to content

Commit

Permalink
Merge branch 'ParadiseSS13:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
EmeraldCandy authored Jan 2, 2025
2 parents bea23c0 + 3129a43 commit 9142e7c
Show file tree
Hide file tree
Showing 362 changed files with 7,563 additions and 4,680 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
'/datum/map/cerestation',
'/datum/map/emeraldstation',
]
byondtype: ['STABLE']
byondtype: ['STABLE', 'BETA']
services:
mariadb:
image: mariadb:latest
Expand Down
4 changes: 2 additions & 2 deletions _build_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export STABLE_BYOND_MAJOR=515
# Stable Byond Minor
export STABLE_BYOND_MINOR=1633
# Beta Byond Major - Uncomment and update if beta cycle active
#export BETA_BYOND_MAJOR=515
export BETA_BYOND_MAJOR=516
# Beta Byond Minor - Uncomment and update if beta cycle active
#export BETA_BYOND_MINOR=1633
export BETA_BYOND_MINOR=1648
# Python version for mapmerge and other tools
export PYTHON_VERSION=3.11.6
# RUSTG version
Expand Down
2 changes: 2 additions & 0 deletions _maps/__MAP_DEFINES.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
#define SPAWN_RUINS "Spawn Ruins"
/// A level that can be navigated to through space, but for real this time.
#define REACHABLE_SPACE_ONLY "Reachable Space Only"
/// A level used for spawning map areas in tests
#define GAME_TEST_LEVEL "Game Test Level"

// Level names
#define MAIN_STATION "Main Station"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/area/ruin/powered/greed)
"e" = (
/obj/structure/table/wood/poker,
/obj/item/gun/projectile/revolver/russian/soul,
/obj/item/toy/russian_revolver/soul,
/obj/machinery/light/small{
dir = 1
},
Expand Down
4 changes: 2 additions & 2 deletions _maps/map_files/RandomRuins/SpaceRuins/debris1.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
/turf/template_noop,
/area/template_noop)
"ao" = (
/obj/random/tool,
/obj/effect/spawner/random/engineering/tools,
/turf/template_noop,
/area/template_noop)
"ap" = (
Expand Down Expand Up @@ -85,7 +85,7 @@
/turf/simulated/floor/plating/airless,
/area/template_noop)
"aG" = (
/obj/random/toolbox,
/obj/effect/spawner/random/engineering/toolbox,
/turf/simulated/floor/plating/burnt/airless,
/area/template_noop)
"aI" = (
Expand Down
6 changes: 3 additions & 3 deletions _maps/map_files/RandomRuins/SpaceRuins/debris3.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/turf/template_noop,
/area/template_noop)
"k" = (
/obj/random/plushie,
/obj/effect/spawner/random/plushies,
/turf/template_noop,
/area/template_noop)
"l" = (
Expand Down Expand Up @@ -83,7 +83,7 @@
/turf/simulated/floor/plating/damaged/airless,
/area/template_noop)
"A" = (
/obj/random/tool,
/obj/effect/spawner/random/engineering/tools,
/turf/template_noop,
/area/template_noop)
"B" = (
Expand All @@ -95,7 +95,7 @@
/turf/template_noop,
/area/template_noop)
"F" = (
/obj/random/tool,
/obj/effect/spawner/random/engineering/tools,
/turf/simulated/floor/plating/damaged/airless,
/area/template_noop)
"G" = (
Expand Down
2 changes: 1 addition & 1 deletion _maps/map_files/RandomRuins/SpaceRuins/derelict5.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
/area/ruin/space/unpowered)
"xQ" = (
/obj/structure/table,
/obj/item/gun/projectile/revolver/russian,
/obj/item/toy/russian_revolver,
/turf/simulated/floor/plasteel,
/area/ruin/space/unpowered)
"yq" = (
Expand Down
20 changes: 3 additions & 17 deletions _maps/map_files/RandomRuins/SpaceRuins/meatpackers.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
/turf/simulated/floor/engine,
/area/ruin/unpowered/bmp_ship/delta)
"af" = (
/obj/machinery/porta_turret{
installation = /obj/item/gun/energy/gun;
lethal = 1;
name = "ship defense turret"
},
/obj/machinery/porta_turret/meatpacker_ship,
/turf/simulated/floor/engine,
/area/ruin/unpowered/bmp_ship/delta)
"ag" = (
Expand Down Expand Up @@ -1827,12 +1823,7 @@
/turf/simulated/floor/plasteel,
/area/ruin/unpowered/bmp_ship/aft)
"go" = (
/obj/machinery/porta_turret{
check_synth = 1;
installation = /obj/item/gun/energy/gun;
lethal = 1;
name = "ship defense turret"
},
/obj/machinery/porta_turret/meatpacker_ship,
/turf/simulated/floor/engine,
/area/ruin/unpowered/bmp_ship/fore)
"gp" = (
Expand Down Expand Up @@ -2118,12 +2109,7 @@
/turf/simulated/floor/engine,
/area/ruin/unpowered/bmp_ship/aft)
"hp" = (
/obj/machinery/porta_turret{
check_synth = 1;
installation = /obj/item/gun/energy/gun;
lethal = 1;
name = "ship defense turret"
},
/obj/machinery/porta_turret/meatpacker_ship,
/turf/simulated/floor/engine,
/area/ruin/unpowered/bmp_ship/aft)
"hq" = (
Expand Down
8 changes: 4 additions & 4 deletions _maps/map_files/RandomRuins/SpaceRuins/spacebar.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
/area/ruin/space/powered/bar)
"bn" = (
/obj/effect/mapping_helpers/turfs/damage,
/obj/item/stack/tile/mineral,
/obj/item/stack/tile/plasteel,
/turf/simulated/floor/plating,
/area/ruin/space/powered/bar)
"bo" = (
Expand Down Expand Up @@ -484,7 +484,7 @@
/turf/simulated/floor/plating/asteroid/ancient,
/area/space/nearstation)
"pb" = (
/obj/item/stack/tile/mineral,
/obj/item/stack/tile/plasteel,
/obj/machinery/door_control{
id = "SpaceBar";
name = "Public Shutters";
Expand Down Expand Up @@ -895,7 +895,7 @@
/area/ruin/space/powered)
"QU" = (
/obj/effect/mapping_helpers/turfs/damage,
/obj/item/stack/tile/mineral,
/obj/item/stack/tile/plasteel,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
Expand Down Expand Up @@ -949,7 +949,7 @@
},
/area/ruin/space/powered/bar)
"VR" = (
/obj/item/stack/tile/mineral,
/obj/item/stack/tile/plasteel,
/turf/simulated/floor/plating,
/area/ruin/space/powered/bar)
"VU" = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
/area/ruin/space/syndicakefactory)
"uU" = (
/obj/structure/rack,
/obj/random/tool,
/obj/effect/spawner/random/engineering/tools,
/turf/simulated/floor/engine,
/area/ruin/space/syndicakefactory)
"vo" = (
Expand Down
6 changes: 3 additions & 3 deletions _maps/map_files/RandomRuins/SpaceRuins/ussp.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3173,7 +3173,7 @@
},
/area/ruin/space/derelict/crew_quarters)
"iq" = (
/obj/item/stack/tile,
/obj/item/stack/tile/plasteel,
/turf/template_noop,
/area/space/nearstation)
"ir" = (
Expand Down Expand Up @@ -5147,7 +5147,7 @@
},
/area/ruin/space/derelict/arrival)
"nM" = (
/obj/item/stack/tile,
/obj/item/stack/tile/plasteel,
/turf/simulated/floor/plating/airless,
/area/ruin/space/derelict/hallway/primary)
"nN" = (
Expand Down Expand Up @@ -5344,7 +5344,7 @@
},
/area/ruin/space/derelict/crew_quarters)
"on" = (
/obj/item/stack/tile,
/obj/item/stack/tile/plasteel,
/turf/template_noop,
/area/ruin/space/derelict/arrival)
"op" = (
Expand Down
2 changes: 1 addition & 1 deletion _maps/map_files/generic/Lavaland.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@
/area/mine/outpost/hallway/west)
"dU" = (
/obj/structure/rack,
/obj/random/tool,
/obj/effect/spawner/random/engineering/tools,
/turf/simulated/floor/plating,
/area/mine/outpost/maintenance/south)
"dV" = (
Expand Down
17 changes: 7 additions & 10 deletions _maps/map_files/generic/centcomm.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -6403,8 +6403,7 @@
/area/admin)
"vJ" = (
/obj/structure/table,
/obj/random/toolbox,
/obj/random/bomb_supply,
/obj/effect/spawner/random/engineering/toolbox,
/obj/machinery/syndicatebomb/badmin/clown,
/turf/simulated/floor/plasteel/dark,
/area/admin)
Expand Down Expand Up @@ -6602,7 +6601,6 @@
"wx" = (
/obj/structure/table,
/obj/item/tank/internals/oxygen/yellow,
/obj/random/bomb_supply,
/obj/item/clothing/under/costume/rebeloutfit,
/obj/item/clothing/suit/poncho/ponchoshame,
/obj/item/clothing/head/sombrero/shamebrero,
Expand Down Expand Up @@ -6746,7 +6744,7 @@
/area/admin)
"wT" = (
/obj/structure/table,
/obj/random/tool,
/obj/effect/spawner/random/engineering/tools,
/obj/item/clothing/gloves/color/yellow,
/obj/item/pinpointer/advpinpointer,
/turf/simulated/floor/plasteel/dark,
Expand Down Expand Up @@ -12325,7 +12323,10 @@
/area/centcom/control)
"Rh" = (
/obj/structure/table,
/obj/random/powercell,
/obj/item/stock_parts/cell,
/obj/item/stock_parts/cell/high,
/obj/item/stock_parts/cell/super,
/obj/item/stock_parts/cell/hyper,
/turf/simulated/floor/plasteel,
/area/admin)
"Ri" = (
Expand Down Expand Up @@ -12365,8 +12366,7 @@
/area/centcom/evac)
"Rn" = (
/obj/structure/table,
/obj/random/tool,
/obj/random/bomb_supply,
/obj/effect/spawner/random/engineering/tools,
/turf/simulated/floor/plasteel,
/area/admin)
"Ro" = (
Expand Down Expand Up @@ -12824,8 +12824,6 @@
/area/admin)
"To" = (
/obj/structure/table,
/obj/random/technology_scanner,
/obj/random/tech_supply,
/turf/simulated/floor/plasteel,
/area/admin)
"Tp" = (
Expand Down Expand Up @@ -13609,7 +13607,6 @@
"Wt" = (
/obj/structure/table,
/obj/item/clothing/gloves/color/yellow,
/obj/random/bomb_supply,
/turf/simulated/floor/plasteel,
/area/admin)
"Wu" = (
Expand Down
28 changes: 16 additions & 12 deletions _maps/map_files/shuttles/emergency_shadow.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 5
},
/turf/simulated/floor/engine/plasma,
/obj/structure/plasmafire_generator/shadow,
/turf/simulated/floor/engine/airless,
/area/shuttle/escape)
"ge" = (
/obj/structure/table/glass/reinforced/plastitanium,
Expand Down Expand Up @@ -230,9 +231,6 @@
},
/turf/simulated/floor/catwalk,
/area/shuttle/escape)
"jR" = (
/turf/simulated/floor/engine/o2,
/area/shuttle/escape)
"kx" = (
/obj/structure/chair/comfy/shuttle,
/turf/simulated/floor/mineral/plastitanium/red/brig,
Expand Down Expand Up @@ -354,7 +352,8 @@
/obj/machinery/atmospherics/pipe/manifold/hidden{
dir = 4
},
/turf/simulated/floor/engine/plasma,
/obj/structure/plasmafire_generator/shadow,
/turf/simulated/floor/engine/airless,
/area/shuttle/escape)
"pi" = (
/obj/effect/turf_decal/stripes/white/line{
Expand Down Expand Up @@ -565,7 +564,8 @@
},
/area/shuttle/escape)
"zj" = (
/turf/simulated/floor/engine/plasma,
/obj/structure/plasmafire_generator/shadow,
/turf/simulated/floor/engine/airless,
/area/shuttle/escape)
"zs" = (
/obj/structure/reagent_dispensers/fueltank,
Expand Down Expand Up @@ -639,7 +639,8 @@
/area/template_noop)
"CD" = (
/obj/machinery/igniter/shadow,
/turf/simulated/floor/engine/plasma,
/obj/structure/plasmafire_generator/shadow,
/turf/simulated/floor/engine/airless,
/area/shuttle/escape)
"CK" = (
/obj/structure/shuttle/engine/propulsion/burst{
Expand Down Expand Up @@ -680,7 +681,8 @@
/area/shuttle/escape)
"DY" = (
/obj/machinery/atmospherics/pipe/simple/hidden/universal,
/turf/simulated/floor/engine/plasma,
/obj/structure/plasmafire_generator/shadow,
/turf/simulated/floor/engine/airless,
/area/shuttle/escape)
"DZ" = (
/obj/effect/turf_decal/stripes/red/corner{
Expand Down Expand Up @@ -739,7 +741,8 @@
dir = 4;
invisibility = 99
},
/turf/simulated/floor/engine/plasma,
/obj/structure/plasmafire_generator/shadow,
/turf/simulated/floor/engine/airless,
/area/shuttle/escape)
"Gx" = (
/obj/structure/extinguisher_cabinet{
Expand Down Expand Up @@ -1151,7 +1154,8 @@
dir = 9
},
/obj/machinery/atmospherics/meter,
/turf/simulated/floor/engine/plasma,
/obj/structure/plasmafire_generator/shadow,
/turf/simulated/floor/engine/airless,
/area/shuttle/escape)
"Xp" = (
/obj/structure/marker_beacon/dock_marker/collision,
Expand Down Expand Up @@ -1357,9 +1361,9 @@ Lv
OL
Bu
tb
jR
zj
CD
jR
zj
cX
wF
cH
Expand Down
Loading

0 comments on commit 9142e7c

Please sign in to comment.