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 Jan 7, 2025
1 parent 29553b8 commit c32a7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgstation
Submodule tgstation updated 86 files
+2 −0 code/__DEFINES/_flags.dm
+6 −6 code/__DEFINES/mobs.dm
+2 −0 code/__DEFINES/sound.dm
+12 −4 code/_onclick/hud/hud.dm
+11 −9 code/controllers/subsystem/dynamic/dynamic.dm
+6 −6 code/datums/actions/items/vortex_recall.dm
+3 −3 code/datums/actions/mobs/sign_language.dm
+1 −2 code/datums/components/dejavu.dm
+5 −8 code/datums/elements/basic_eating.dm
+4 −0 code/datums/helper_datums/teleport.dm
+1 −1 code/datums/looping_sounds/acid.dm
+3 −4 code/datums/looping_sounds/item_sounds.dm
+19 −19 code/datums/looping_sounds/machinery_sounds.dm
+9 −9 code/datums/looping_sounds/weather.dm
+3 −1 code/datums/profiling.dm
+2 −2 code/game/area/areas.dm
+4 −4 code/game/area/areas/shuttles.dm
+1 −2 code/game/machinery/computer/teleporter.dm
+7 −0 code/game/objects/buckling.dm
+1 −2 code/game/objects/effects/anomalies/anomalies_bluespace.dm
+13 −3 code/game/objects/items/devices/flashlight.dm
+1 −1 code/game/objects/items/implants/security/implant_beacon.dm
+2 −0 code/game/objects/items/stacks/sheets/mineral.dm
+5 −10 code/game/objects/items/teleportation.dm
+6 −0 code/game/objects/objs.dm
+2 −0 code/game/objects/structures/beds_chairs/bed.dm
+2 −0 code/game/objects/structures/beds_chairs/chair.dm
+12 −0 code/game/sound.dm
+3 −1 code/game/turfs/baseturfs.dm
+37 −31 code/modules/admin/admin.dm
+4 −1 code/modules/admin/admin_investigate.dm
+7 −6 code/modules/admin/tag.dm
+3 −1 code/modules/admin/topic.dm
+10 −4 code/modules/admin/verbs/debug.dm
+8 −4 code/modules/admin/verbs/secrets.dm
+2 −2 code/modules/antagonists/heretic/magic/ash_ascension.dm
+3 −0 code/modules/antagonists/nukeop/datums/operative_support.dm
+7 −7 code/modules/bitrunning/areas.dm
+0 −4 code/modules/client/client_defines.dm
+0 −8 code/modules/client/client_procs.dm
+4 −2 code/modules/client/verbs/ooc.dm
+3 −4 code/modules/deathmatch/deathmatch_loadouts.dm
+1 −1 code/modules/deathmatch/deathmatch_mapping.dm
+3 −2 code/modules/mapping/verify.dm
+1 −2 code/modules/mining/lavaland/tendril_loot.dm
+1 −2 code/modules/mob/living/basic/lavaland/goliath/goliath.dm
+1 −1 code/modules/mod/mod_link.dm
+1 −1 code/modules/mod/modules/modules_timeline.dm
+16 −22 code/modules/plumbing/plumbers/reaction_chamber.dm
+0 −5 code/modules/research/xenobiology/crossbreeding/consuming.dm
+1 −1 code/modules/spells/spell_types/jaunt/_jaunt.dm
+3 −1 code/modules/uplink/uplink_items/stealthy.dm
+1 −2 code/modules/vehicles/mecha/_mecha.dm
+2 −4 code/modules/vehicles/mecha/equipment/tools/other_tools.dm
+2 −2 html/admin/search.js
+0 −4 html/changelogs/AutoChangeLog-pr-88690.yml
+4 −0 html/changelogs/AutoChangeLog-pr-88717.yml
+4 −0 html/changelogs/AutoChangeLog-pr-88779.yml
+0 −4 html/changelogs/AutoChangeLog-pr-88791.yml
+4 −0 html/changelogs/AutoChangeLog-pr-88827.yml
+4 −0 html/changelogs/AutoChangeLog-pr-88829.yml
+4 −0 html/changelogs/AutoChangeLog-pr-88848.yml
+5 −0 html/changelogs/AutoChangeLog-pr-88880.yml
+4 −0 html/changelogs/AutoChangeLog-pr-88881.yml
+0 −5 html/changelogs/AutoChangeLog-pr-88889.yml
+0 −4 html/changelogs/AutoChangeLog-pr-88893.yml
+0 −4 html/changelogs/AutoChangeLog-pr-88896.yml
+4 −0 html/changelogs/AutoChangeLog-pr-88917.yml
+38 −0 html/changelogs/archive/2025-01.yml
+7 −1 html/statbrowser.css
+1 −0 html/statbrowser.html
+8 −8 html/statbrowser.js
+ icons/mob/inhands/items/devices_lefthand.dmi
+ icons/mob/inhands/items/devices_righthand.dmi
+16 −16 interface/skin.dmf
+2 −0 sound/attributions.txt
+ sound/items/handling/materials/snow_drop.ogg
+ sound/items/handling/materials/snow_pick_up.ogg
+8 −0 sound/machines/buckle/attribution.txt
+ sound/machines/buckle/buckle1.ogg
+ sound/machines/buckle/buckle2.ogg
+ sound/machines/buckle/buckle3.ogg
+ sound/machines/buckle/unbuckle1.ogg
+ sound/machines/buckle/unbuckle2.ogg
+ sound/machines/buckle/unbuckle3.ogg
+6 −6 tgui/packages/tgui-panel/themes.ts

0 comments on commit c32a7a1

Please sign in to comment.