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 Nov 10, 2024
1 parent 9aa15ca commit 921e2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgstation
Submodule tgstation updated 63 files
+7 −4 README.md
+1 −1 _maps/map_files/MetaStation/MetaStation.dmm
+1 −1 _maps/map_files/NebulaStation/NebulaStation.dmm
+6 −0 code/__DEFINES/colors.dm
+2 −1 code/__DEFINES/mobs.dm
+3 −3 code/controllers/subsystem/dynamic/dynamic_rulesets_midround.dm
+1 −0 code/datums/components/blob_minion.dm
+6 −11 code/datums/elements/cult_eyes.dm
+27 −6 code/datums/helper_datums/teleport.dm
+0 −1 code/datums/quirks/neutral_quirks/heretochromatic.dm
+2 −10 code/datums/status_effects/drug_effects.dm
+6 −4 code/game/machinery/newscaster/newscaster_machine.dm
+13 −11 code/game/objects/buckling.dm
+64 −7 code/game/objects/items.dm
+5 −8 code/game/objects/items/cigarettes.dm
+1 −5 code/game/objects/items/stacks/stack.dm
+12 −0 code/game/objects/items/theft_tools.dm
+1 −1 code/modules/cargo/goodies.dm
+1 −1 code/modules/cargo/packs/service.dm
+0 −2 code/modules/client/preferences/species_features/basic.dm
+12 −0 code/modules/clothing/head/helmet.dm
+6 −26 code/modules/fishing/aquarium/aquarium.dm
+9 −6 code/modules/fishing/aquarium/aquarium_kit.dm
+2 −2 code/modules/fishing/fish/_fish.dm
+1 −1 code/modules/fishing/fishing_equipment.dm
+2 −7 code/modules/hydroponics/grown.dm
+8 −1 code/modules/jobs/job_types/chaplain/chaplain_nullrod.dm
+46 −0 code/modules/mob/living/carbon/human/human.dm
+4 −1 code/modules/mob/living/carbon/human/human_defines.dm
+2 −10 code/modules/mob/living/carbon/human/species_types/lizardpeople.dm
+1 −1 code/modules/mob/living/silicon/ai/ai.dm
+24 −12 code/modules/plumbing/plumbers/grinder_chemical.dm
+3 −1 code/modules/reagents/chemistry/machinery/chem_dispenser.dm
+5 −0 code/modules/reagents/chemistry/machinery/chem_master.dm
+19 −29 code/modules/reagents/chemistry/machinery/reagentgrinder.dm
+12 −8 code/modules/reagents/reagent_containers/cups/_cup.dm
+10 −27 code/modules/surgery/organs/internal/eyes/_eyes.dm
+1 −1 code/modules/vending/games.dm
+1 −1 code/modules/vending/wardrobes.dm
+0 −4 html/changelogs/AutoChangeLog-pr-87489.yml
+4 −0 html/changelogs/AutoChangeLog-pr-87576.yml
+0 −4 html/changelogs/AutoChangeLog-pr-87684.yml
+0 −5 html/changelogs/AutoChangeLog-pr-87706.yml
+6 −0 html/changelogs/AutoChangeLog-pr-87735.yml
+0 −4 html/changelogs/AutoChangeLog-pr-87741.yml
+0 −4 html/changelogs/AutoChangeLog-pr-87744.yml
+0 −4 html/changelogs/AutoChangeLog-pr-87749.yml
+0 −4 html/changelogs/AutoChangeLog-pr-87756.yml
+0 −4 html/changelogs/AutoChangeLog-pr-87759.yml
+4 −0 html/changelogs/AutoChangeLog-pr-87761.yml
+4 −0 html/changelogs/AutoChangeLog-pr-87762.yml
+5 −0 html/changelogs/AutoChangeLog-pr-87775.yml
+0 −4 html/changelogs/AutoChangeLog-pr-87780.yml
+4 −0 html/changelogs/AutoChangeLog-pr-87782.yml
+4 −0 html/changelogs/AutoChangeLog-pr-87783.yml
+4 −0 html/changelogs/AutoChangeLog-pr-87784.yml
+32 −0 html/changelogs/archive/2024-11.yml
+ icons/mob/human/hair_masks.dmi
+ icons/mob/inhands/items/drinks_lefthand.dmi
+ icons/mob/inhands/items/drinks_righthand.dmi
+8 −8 tgui/packages/tgui/interfaces/ChemDispenser.tsx
+7 −1 tools/Tgstation.DiscordDiscussions/Program.cs
+1 −0 tools/UpdatePaths/Scripts/87761_fish_feed.txt

0 comments on commit 921e2b8

Please sign in to comment.