Skip to content

Commit

Permalink
Submodule Update - Discard Any Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 30, 2024
1 parent 268c166 commit 2b89888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgstation
Submodule tgstation updated 55 files
+38 −14 _maps/map_files/IceBoxStation/IceBoxStation.dmm
+2 −1 _maps/map_files/NorthStar/north_star.dmm
+3 −0 code/__DEFINES/_flags.dm
+1 −0 code/__DEFINES/layers.dm
+3 −0 code/__DEFINES/traits/declarations.dm
+1 −0 code/_globalvars/bitfields.dm
+2 −1 code/_globalvars/traits/_traits.dm
+1 −0 code/_globalvars/traits/admin_tooling.dm
+0 −2 code/datums/brain_damage/imaginary_friend.dm
+1 −1 code/datums/diseases/advance/advance.dm
+1 −1 code/datums/elements/corrupted_organ.dm
+1 −1 code/datums/elements/decals/_decal.dm
+1 −1 code/datums/looping_sounds/machinery_sounds.dm
+21 −20 code/datums/mapgen/CaveGenerator.dm
+1 −1 code/game/machinery/hologram.dm
+21 −2 code/game/objects/effects/anomalies/anomalies_bioscrambler.dm
+1 −0 code/game/objects/items/rcd/RCD.dm
+13 −2 code/game/objects/structures/lavaland/ore_vent.dm
+22 −6 code/game/objects/structures/railings.dm
+2 −1 code/game/turfs/open/floor/plating.dm
+1 −0 code/modules/admin/verbs/fix_air.dm
+1 −1 code/modules/antagonists/blob/overmind.dm
+4 −5 code/modules/clothing/neck/_neck.dm
+1 −1 code/modules/events/ion_storm.dm
+1 −1 code/modules/holodeck/computer.dm
+5 −17 code/modules/hydroponics/grown/cotton.dm
+1 −1 code/modules/hydroponics/grown/root.dm
+15 −19 code/modules/hydroponics/grown/towercap.dm
+9 −0 code/modules/mapping/mapping_helpers.dm
+1 −0 code/modules/mining/fulton.dm
+4 −1 code/modules/mob/camera/camera.dm
+12 −6 code/modules/mob/living/basic/lavaland/node_drone/node_drone.dm
+0 −3 code/modules/mob/mob_defines.dm
+1 −1 code/modules/procedural_mapping/mapGeneratorModule.dm
+8 −1 code/modules/reagents/chemistry/reagents/medicine_reagents.dm
+3 −8 code/modules/shuttle/arrivals.dm
+2 −2 code/modules/shuttle/on_move.dm
+2 −2 code/modules/station_goals/dna_vault.dm
+5 −0 code/modules/wiremod/shell/drone.dm
+5 −0 html/changelogs/AutoChangeLog-pr-83309.yml
+0 −4 html/changelogs/AutoChangeLog-pr-83364.yml
+4 −0 html/changelogs/AutoChangeLog-pr-83447.yml
+0 −4 html/changelogs/AutoChangeLog-pr-83525.yml
+4 −0 html/changelogs/AutoChangeLog-pr-83542.yml
+4 −0 html/changelogs/AutoChangeLog-pr-83553.yml
+49 −0 html/changelogs/archive/2024-05.yml
+ icons/effects/64x64.dmi
+ icons/effects/mapping_helpers.dmi
+ sound/runtime/hyperspace/hyperspace_begin.ogg
+ sound/runtime/hyperspace/hyperspace_begin_distance.ogg
+ sound/runtime/hyperspace/hyperspace_end.ogg
+ sound/runtime/hyperspace/hyperspace_end_distance.ogg
+ sound/runtime/hyperspace/hyperspace_progress.ogg
+ sound/runtime/hyperspace/hyperspace_progress_distance.ogg
+2 −1 strings/tips.txt

0 comments on commit 2b89888

Please sign in to comment.