Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Upstream 30.07.2024 #1399

Merged
merged 42 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
98f0931
refactor: Allow using access helpers for airlock spawners. (#26141)
warriorstar-orion Jul 23, 2024
3f8aff4
Delays handing out of Traitor objectives (#24857)
DGamerL Jul 24, 2024
d998af7
modified: tgui/eslint.config.mjs (#26274)
S34NW Jul 24, 2024
d03ba0d
Adds log message (#26281)
DGamerL Jul 25, 2024
e7411b6
Adds some Pulse demon failsaves (#26278)
DGamerL Jul 25, 2024
1da9959
Fixed the description in the settings for the disco machine music tog…
StudentBlossom Jul 25, 2024
d66aaa0
[FIX] Added missing plasma spear sprite when in back slot (#26279)
Adrer Jul 25, 2024
07200a4
Fix a runtime with empty turf lists on hallucinations (#26285)
lewcc Jul 25, 2024
e4ed1b1
Radiation fixes. (#26113)
Qwertytoforty Jul 25, 2024
26f28cb
A new space ruin, the telecommunications satellite? [100% done, ready…
Qwertytoforty Jul 25, 2024
9968aae
Update README.md
S34NW Jul 25, 2024
f639e2c
Completely bans sleep from Initialize and LateInitialize (#25801)
AffectedArc07 Jul 26, 2024
13404f9
Fixes beanbag point blanks not throwing mobs (#26299)
dearmochi Jul 26, 2024
5cb15f6
Update launch.json (#26036)
FaronCD Jul 26, 2024
a8c9e14
Refactors the Attackby Proc of 40 Machines (Mostly Concerning the RPE…
Fordoxia Jul 26, 2024
d4598ae
Ranged Holoparasites in Scout Form no longer instantly die when flyin…
Sirryan2002 Jul 26, 2024
304e265
Firefighter backpack once again generates metal foam (#26282)
Adrer Jul 26, 2024
c38680f
Fixes syndicate mobs not always dropping the correct corpse (#26134)
Taurtura Jul 26, 2024
be040bd
Tentacle works pointblank and not runtimes (#26245)
HMBGERDO Jul 26, 2024
fc578ac
Switch default TGchat theme from dark to light (#26241)
AyIong Jul 26, 2024
7b86295
Fixes indestructible meat spikes (#26302)
DGamerL Jul 28, 2024
c634c9a
Fixes tableflips flipping ghosts (#26288)
DGamerL Jul 28, 2024
2e2569f
Fix (win)door superconductivity. (#26322)
FunnyMan3595 Jul 29, 2024
098b13b
Removes the empty type of `/snacks` (#26010)
DGamerL Jul 29, 2024
0bc4493
Fixes `replace_objective` (#26325)
DGamerL Jul 29, 2024
0857207
Some borgs now block flashes again (#26280)
DGamerL Jul 29, 2024
51bb419
Extend mule pathfinding range for cere and remove some obstacles. (#2…
warriorstar-orion Jul 29, 2024
dc9c381
Fixes invisible TTV tanks (#26307)
FaronCD Jul 29, 2024
34c3465
Changes the reagent scanner to show blood species. Removes the word b…
Migratingcocofruit Jul 29, 2024
6db7449
Removes an unsed proc from smes.dm and cleans up the file (#26314)
Burzah Jul 29, 2024
1e59b55
Update human_update_icons.dm (#26305)
FaronCD Jul 29, 2024
122ede4
Fixes client href issue (#26331)
S34NW Jul 29, 2024
dfca6b8
Cloth Golems can no longer be infested by Legions (#26287)
Sirryan2002 Jul 29, 2024
adbda79
Nukes 514 support (#26224)
Furrior Jul 29, 2024
a1ffadc
Makes Syndicate code words more generic and natural sounding (#25859)
Vilshen Jul 29, 2024
2088ca2
Merge remote-tracking branch 'upstream/master' into merge-upstream
AyIong Jul 30, 2024
910afd3
Rebuild TGUI
AyIong Jul 30, 2024
0cb01ef
Fix TGUI Dev Server
AyIong Jul 29, 2024
7c78a9d
Remove snacks and apply update paths
AyIong Jul 30, 2024
59c7db5
Update spacebattle.dmm
AyIong Jul 30, 2024
0398cf9
ну оно и не влияет
larentoun Jul 30, 2024
856596c
Fix CI
AyIong Jul 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 13 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
{
"version": "0.2.0",
"configurations": [
{
{
"type": "byond",
"request": "launch",
"name": "Build & DS Debug",
"preLaunchTask": "dm: build - ${command:CurrentDME}",
"dmb": "${workspaceFolder}/${command:CurrentDMB}"
},
{
},
{
"type": "byond",
"request": "launch",
"name": "Build & DD Debug",
"preLaunchTask": "dm: build - ${command:CurrentDME}",
"dmb": "${workspaceFolder}/${command:CurrentDMB}",
"dreamDaemon": true
},
{
"type": "byond",
"request": "launch",
"name": "DS Debug",
"dmb": "${workspaceFolder}/${command:CurrentDMB}"
}
}
]
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
> [!IMPORTANT]
> July is a month of focus on "Quality releases", this means no new balance or feature PRs are permitted without prior approval.</br>
> We are currently in a period of focus on "Quality releases", this means no new balance or feature PRs are permitted without prior approval.</br>
> [For more info, see the following discord post on our public discord](https://discord.com/channels/145533722026967040/499000353312735233/1256632472196878337)

<a href="#"><img src=".github/assets/paradise.png" alt="Paradise Station"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
/area/ruin/powered/snow_cabin)
"ax" = (
/obj/structure/table/wood,
/obj/item/food/snacks/beans,
/obj/item/food/beans,
/turf/simulated/floor/wood,
/area/ruin/powered/snow_cabin)
"ay" = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
/area/lavaland/surface/outdoors)
"ie" = (
/obj/structure/table,
/obj/item/food/snacks/badrecipe,
/obj/item/food/badrecipe,
/turf/simulated/floor/plating/lavaland_air,
/area/ruin/unpowered/althland_excavation)
"iv" = (
Expand Down Expand Up @@ -1088,8 +1088,8 @@
"Cs" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table_frame,
/obj/item/food/snacks/badrecipe,
/obj/item/food/snacks/badrecipe{
/obj/item/food/badrecipe,
/obj/item/food/badrecipe{
pixel_y = 14;
pixel_x = 14
},
Expand Down Expand Up @@ -1313,7 +1313,7 @@
/area/lavaland/surface/outdoors)
"OX" = (
/obj/structure/table_frame,
/obj/item/food/snacks/badrecipe,
/obj/item/food/badrecipe,
/turf/simulated/floor/plating/lavaland_air,
/area/ruin/unpowered/althland_excavation)
"Pe" = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/turf/simulated/floor/wood/lavaland_air,
/area/ruin/powered/pizza_party)
"j" = (
/obj/item/food/snacks/mushroompizzaslice,
/obj/item/food/mushroompizzaslice,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating/lavaland_air,
/area/ruin/powered/pizza_party)
Expand Down Expand Up @@ -147,18 +147,18 @@
/area/ruin/powered/pizza_party)
"D" = (
/obj/structure/table/wood,
/obj/item/food/snacks/margheritapizzaslice,
/obj/item/food/margheritapizzaslice,
/obj/item/trash/plate,
/turf/simulated/floor/wood/lavaland_air,
/area/ruin/powered/pizza_party)
"E" = (
/obj/structure/table/wood,
/obj/item/food/snacks/meatpizzaslice,
/obj/item/food/meatpizzaslice,
/turf/simulated/floor/wood/lavaland_air,
/area/ruin/powered/pizza_party)
"F" = (
/obj/structure/table/wood,
/obj/item/food/snacks/sliceable/birthdaycake,
/obj/item/food/sliceable/birthdaycake,
/turf/simulated/floor/wood/lavaland_air,
/area/ruin/powered/pizza_party)
"G" = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
/obj/effect/mapping_helpers/no_lava,
/obj/effect/mob_spawn/human/corpse/seed_vault_diona,
/obj/item/pickaxe/mini,
/obj/item/food/snacks/grown/mushroom/glowshroom{
/obj/item/food/grown/mushroom/glowshroom{
pixel_x = 8;
pixel_y = -8
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/area/ruin/powered/sloth)
"f" = (
/obj/structure/table/wood,
/obj/item/food/snacks/grown/citrus/orange,
/obj/item/food/grown/citrus/orange,
/turf/simulated/floor/sepia{
slowdown = 10
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/obj/structure/stone_tile{
dir = 1
},
/obj/item/food/snacks/egg/watcher,
/obj/item/food/egg/watcher,
/obj/effect/mapping_helpers/no_lava,
/obj/effect/mapping_helpers/no_lava,
/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface,
Expand Down
2 changes: 1 addition & 1 deletion _maps/map_files/RandomRuins/SpaceRuins/abandonedzoo.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
/area/ruin/space/unpowered)
"bn" = (
/obj/structure/table/reinforced,
/obj/item/food/snacks/carrotfries,
/obj/item/food/carrotfries,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
Expand Down
2 changes: 1 addition & 1 deletion _maps/map_files/RandomRuins/SpaceRuins/blowntcommsat.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@
/turf/simulated/wall/r_wall,
/area/space/nearstation)
"Nw" = (
/obj/item/food/snacks/xenomeatbreadslice{
/obj/item/food/xenomeatbreadslice{
name = "green mold bread slice"
},
/turf/simulated/floor/plating/airless,
Expand Down
20 changes: 13 additions & 7 deletions _maps/map_files/RandomRuins/SpaceRuins/casino.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,15 @@
},
/turf/space,
/area/space)
"ft" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment,
/turf/simulated/floor/plating,
/area/ruin/space/powered/casino/engine)
"fG" = (
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 10
Expand Down Expand Up @@ -389,9 +398,7 @@
/turf/simulated/floor/mineral/titanium/blue/airless,
/area/ruin/space/powered/casino/docked_ships)
"jh" = (
/obj/machinery/light/small{
dir = 2
},
/obj/machinery/light/small,
/obj/structure/cable{
d1 = 4;
d2 = 8;
Expand Down Expand Up @@ -595,7 +602,7 @@
/turf/simulated/floor/mineral/silver,
/area/ruin/space/powered/casino/hall)
"od" = (
/obj/item/food/snacks/grown/lily,
/obj/item/food/grown/lily,
/turf/simulated/floor/beach/away/water/deep,
/area/ruin/space/powered/casino/hall)
"oi" = (
Expand Down Expand Up @@ -1035,7 +1042,7 @@
/turf/simulated/floor/plating,
/area/ruin/space/powered/casino/maints)
"Aw" = (
/obj/effect/spawner/airlock/engineer,
/obj/effect/spawner/airlock,
/turf/simulated/wall,
/area/ruin/space/powered/casino/floor)
"AF" = (
Expand Down Expand Up @@ -1166,7 +1173,6 @@
/area/ruin/space/powered/casino/maints)
"DL" = (
/obj/machinery/light{
dir = 2;
brightness_color = "#FF0000";
color = "#FF0000"
},
Expand Down Expand Up @@ -3465,7 +3471,7 @@ mp
Eq
fG
jS
jS
ft
jS
wo
Xe
Expand Down
12 changes: 6 additions & 6 deletions _maps/map_files/RandomRuins/SpaceRuins/deepstorage.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,11 @@
/area/ruin/space/unpowered)
"aF" = (
/obj/structure/closet/cardboard,
/obj/item/food/snacks/beans,
/obj/item/food/snacks/beans,
/obj/item/food/snacks/beans,
/obj/item/food/snacks/beans,
/obj/item/food/snacks/beans,
/obj/item/food/beans,
/obj/item/food/beans,
/obj/item/food/beans,
/obj/item/food/beans,
/obj/item/food/beans,
/turf/simulated/floor/plasteel,
/area/ruin/space/unpowered)
"aG" = (
Expand Down Expand Up @@ -649,7 +649,7 @@
/area/ruin/space/unpowered)
"bD" = (
/obj/structure/table,
/obj/item/food/snacks/beans,
/obj/item/food/beans,
/turf/simulated/floor/plasteel{
icon_state = "bar"
},
Expand Down
2 changes: 1 addition & 1 deletion _maps/map_files/RandomRuins/SpaceRuins/derelict2.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
/obj/item/trash/plate{
pixel_x = -10
},
/obj/item/food/snacks/burger/ghost,
/obj/item/food/burger/ghost,
/turf/simulated/floor/plasteel,
/area/ruin/space/powered)
"o" = (
Expand Down
4 changes: 2 additions & 2 deletions _maps/map_files/RandomRuins/SpaceRuins/derelict5.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,10 @@
/area/ruin/space/unpowered)
"SX" = (
/obj/structure/table,
/obj/item/food/snacks/beans{
/obj/item/food/beans{
pixel_x = 10
},
/obj/item/food/snacks/beans{
/obj/item/food/beans{
pixel_x = -5
},
/turf/simulated/floor/plasteel,
Expand Down
2 changes: 1 addition & 1 deletion _maps/map_files/RandomRuins/SpaceRuins/druglab.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
/area/ruin/space/methlab)
"l" = (
/obj/structure/table,
/obj/item/food/snacks/chips,
/obj/item/food/chips,
/turf/simulated/floor/plating,
/area/ruin/space/methlab)
"m" = (
Expand Down
26 changes: 13 additions & 13 deletions _maps/map_files/RandomRuins/SpaceRuins/meatpackers.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,16 @@
/area/ruin/unpowered/BMPship/Delta)
"ax" = (
/obj/structure/closet/crate/freezer,
/obj/item/food/snacks/meat,
/obj/item/food/snacks/meat,
/obj/item/food/meat,
/obj/item/food/meat,
/obj/effect/turf_decal/stripes/line{
dir = 1
},
/turf/simulated/floor/plating,
/area/ruin/unpowered/BMPship/Delta)
"ay" = (
/obj/structure/closet/crate/freezer,
/obj/item/food/snacks/meat,
/obj/item/food/meat,
/obj/effect/turf_decal/stripes/line{
dir = 1
},
Expand Down Expand Up @@ -517,7 +517,7 @@
"cb" = (
/obj/structure/table,
/obj/item/kitchen/knife/butcher,
/obj/item/food/snacks/meat,
/obj/item/food/meat,
/turf/simulated/floor/plasteel{
icon_state = "barber"
},
Expand Down Expand Up @@ -600,7 +600,7 @@
/turf/simulated/wall/mineral/titanium,
/area/ruin/unpowered/BMPship/Aft)
"cp" = (
/obj/item/food/snacks/hugemushroomslice,
/obj/item/food/hugemushroomslice,
/turf/simulated/floor/plasteel{
icon_state = "bar"
},
Expand Down Expand Up @@ -699,7 +699,7 @@
/turf/simulated/floor/carpet,
/area/ruin/unpowered/BMPship/Fore)
"cH" = (
/obj/item/food/snacks/hugemushroomslice,
/obj/item/food/hugemushroomslice,
/turf/simulated/floor/plasteel,
/area/ruin/unpowered/BMPship/Midship)
"cI" = (
Expand Down Expand Up @@ -739,8 +739,8 @@
/area/ruin/unpowered/BMPship/Aft)
"cP" = (
/obj/structure/closet/crate/freezer,
/obj/item/food/snacks/meat,
/obj/item/food/snacks/meat,
/obj/item/food/meat,
/obj/item/food/meat,
/turf/simulated/floor/plasteel{
icon_state = "white"
},
Expand Down Expand Up @@ -835,7 +835,7 @@
},
/area/ruin/unpowered/BMPship/Midship)
"di" = (
/obj/item/food/snacks/meat,
/obj/item/food/meat,
/turf/simulated/floor/plasteel{
icon_state = "showroomfloor"
},
Expand Down Expand Up @@ -1819,7 +1819,7 @@
/area/ruin/unpowered/BMPship/Fore)
"fS" = (
/obj/structure/closet/crate/freezer,
/obj/item/food/snacks/meat,
/obj/item/food/meat,
/turf/simulated/floor/plasteel{
icon_state = "showroomfloor"
},
Expand Down Expand Up @@ -2252,7 +2252,7 @@
/turf/simulated/floor/plating/airless,
/area/ruin/powered)
"hn" = (
/obj/item/food/snacks/chips,
/obj/item/food/chips,
/turf/simulated/floor/plating/airless,
/area/ruin/powered)
"ho" = (
Expand Down Expand Up @@ -2354,8 +2354,8 @@
/area/ruin/unpowered/BMPship/Midship)
"IM" = (
/obj/structure/closet/crate/freezer,
/obj/item/food/snacks/meat,
/obj/item/food/snacks/hugemushroomslice,
/obj/item/food/meat,
/obj/item/food/hugemushroomslice,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
Expand Down
2 changes: 1 addition & 1 deletion _maps/map_files/RandomRuins/SpaceRuins/mechtransport.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
/area/ruin/space/mech_transport)
"uU" = (
/obj/structure/table,
/obj/item/food/snacks/cornchips{
/obj/item/food/cornchips{
pixel_y = 4
},
/turf/simulated/floor/mineral/plastitanium/red/airless,
Expand Down
Loading
Loading