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 27, 2025
1 parent 6b22dd9 commit 0ec9729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgstation
Submodule tgstation updated 63 files
+1 −1 .tgs.yml
+2 −0 code/__DEFINES/dcs/signals/signals_ai_controller.dm
+2 −0 code/__DEFINES/sound.dm
+4 −2 code/__DEFINES/status_effects.dm
+1 −0 code/__DEFINES/subsystems.dm
+6 −0 code/controllers/subsystem/processing/priority_effects.dm
+1 −0 code/datums/ai/_ai_controller.dm
+1 −1 code/datums/diseases/advance/symptoms/heal.dm
+23 −1 code/datums/elements/ai_control_examine.dm
+53 −5 code/datums/quirks/_quirk.dm
+16 −16 code/datums/quirks/negative_quirks/addict.dm
+1 −9 code/datums/quirks/negative_quirks/allergic.dm
+1 −6 code/datums/quirks/negative_quirks/brain_problems.dm
+2 −6 code/datums/quirks/negative_quirks/claustrophobia.dm
+0 −3 code/datums/quirks/negative_quirks/family_heirloom.dm
+4 −0 code/datums/status_effects/_status_effect.dm
+1 −1 code/datums/status_effects/buffs/stop_drop_roll.dm
+1 −0 code/datums/status_effects/debuffs/debuffs.dm
+2 −2 code/datums/wounds/burns.dm
+57 −6 code/game/machinery/doors/firedoor.dm
+4 −0 code/game/objects/items/devices/radio/headset.dm
+1 −1 code/game/objects/items/stacks/medical.dm
+1 −0 code/game/objects/items/stacks/sheets/sheet_types.dm
+1 −1 code/game/objects/items/teleportation.dm
+11 −0 code/game/sound.dm
+11 −7 code/modules/cargo/supplypod_beacon.dm
+3 −0 code/modules/clothing/head/costume.dm
+3 −0 code/modules/instruments/piano_synth.dm
+1 −1 code/modules/mob/living/basic/space_fauna/snake/banded_snake.dm
+6 −6 code/modules/pai/card.dm
+67 −0 code/modules/pai/datums/screen_icon.dm
+1 −1 code/modules/pai/death.dm
+0 −14 code/modules/pai/pai.dm
+6 −6 code/modules/pai/software.dm
+3 −1 code/modules/shuttle/mobile_port/shuttle_move_callbacks.dm
+4 −0 code/modules/unit_tests/status_effect_validity.dm
+4 −3 code/modules/vending/_vending.dm
+2 −2 dependencies.sh
+4 −0 html/changelogs/AutoChangeLog-pr-89072.yml
+0 −6 html/changelogs/AutoChangeLog-pr-89134.yml
+4 −0 html/changelogs/AutoChangeLog-pr-89184.yml
+4 −0 html/changelogs/AutoChangeLog-pr-89189.yml
+5 −0 html/changelogs/AutoChangeLog-pr-89196.yml
+4 −0 html/changelogs/AutoChangeLog-pr-89202.yml
+4 −0 html/changelogs/AutoChangeLog-pr-89211.yml
+4 −0 html/changelogs/AutoChangeLog-pr-89238.yml
+22 −0 html/changelogs/archive/2025-01.yml
+ icons/obj/doors/edge_Doorfire.dmi
+5 −0 sound/items/equip/attribution.txt
+ sound/items/equip/headset_equip1.ogg
+ sound/items/equip/headset_equip2.ogg
+6 −0 sound/items/handling/headset/attribution.txt
+ sound/items/handling/headset/headset_drop1.ogg
+ sound/items/handling/headset/headset_pickup1.ogg
+ sound/items/handling/headset/headset_pickup2.ogg
+ sound/items/handling/headset/headset_pickup3.ogg
+2 −0 tgstation.dme
+4 −1 tgui/packages/tgui/interfaces/ListInputWindow/ListInputModal.tsx
+2 −3 tgui/packages/tgui/interfaces/PaiInterface/System.tsx
+0 −14 tgui/packages/tgui/interfaces/PaiInterface/constants.ts
+1 −1 tgui/packages/tgui/interfaces/PaiInterface/types.ts
+5 −1 tgui/packages/tgui/interfaces/PreferencesMenu/CharacterPreferences/QuirksPage.tsx
+1 −0 tgui/packages/tgui/interfaces/Vending.tsx

0 comments on commit 0ec9729

Please sign in to comment.