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 Jun 21, 2024
1 parent e470803 commit 22c874d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgstation
Submodule tgstation updated 99 files
+1 −1 _maps/deathmatch/arena_station.dmm
+1 −1 _maps/map_files/Birdshot/birdshot.dmm
+1 −4 _maps/map_files/Deltastation/DeltaStation2.dmm
+1 −4 _maps/map_files/IceBoxStation/IceBoxStation.dmm
+1 −2 _maps/map_files/MetaStation/MetaStation.dmm
+1 −1 _maps/map_files/NorthStar/north_star.dmm
+1 −2 _maps/map_files/tramstation/tramstation.dmm
+1 −2 _maps/map_files/wawastation/wawastation.dmm
+1 −1 _maps/virtual_domains/xeno_nest.dmm
+2 −2 code/__DEFINES/fish.dm
+1 −0 code/__DEFINES/keybinding.dm
+2 −0 code/__DEFINES/mobs.dm
+1 −1 code/__DEFINES/research/anomalies.dm
+8 −0 code/__DEFINES/traits/declarations.dm
+5 −0 code/_globalvars/traits/_traits.dm
+5 −0 code/_globalvars/traits/admin_tooling.dm
+2 −2 code/datums/components/crafting/guncrafting.dm
+6 −9 code/datums/components/crafting/ranged_weapon.dm
+8 −3 code/datums/components/riding/riding_mob.dm
+2 −2 code/datums/components/tameable.dm
+1 −1 code/datums/elements/climbable.dm
+5 −1 code/datums/id_trim/jobs.dm
+14 −0 code/datums/keybinding/client.dm
+11 −1 code/datums/quirks/positive_quirks/settler.dm
+1 −1 code/datums/storage/subtypes/bag_of_holding.dm
+9 −2 code/game/atoms_movable.dm
+8 −8 code/game/machinery/computer/records/security.dm
+10 −0 code/game/objects/effects/spawners/random/armory.dm
+80 −43 code/game/objects/items/cards_ids.dm
+0 −1 code/game/objects/structures/mystery_box.dm
+1 −1 code/modules/antagonists/changeling/powers/adrenaline.dm
+6 −1 code/modules/antagonists/heretic/heretic_antag.dm
+1 −3 code/modules/antagonists/heretic/knowledge/moon_lore.dm
+25 −0 code/modules/antagonists/heretic/knowledge/starting_lore.dm
+36 −5 code/modules/antagonists/heretic/moon_lunatic.dm
+43 −0 code/modules/bitrunning/objects/disks.dm
+20 −0 code/modules/bitrunning/orders/tech.dm
+5 −2 code/modules/cargo/packs/security.dm
+4 −30 code/modules/client/preferences.dm
+35 −8 code/modules/client/preferences_savefile.dm
+10 −5 code/modules/experisci/experiment/experiments.dm
+2 −2 code/modules/fishing/sources/_fish_source.dm
+23 −8 code/modules/food_and_drinks/machinery/gibber.dm
+6 −3 code/modules/food_and_drinks/machinery/processor.dm
+9 −1 code/modules/mob/living/brain/brain_item.dm
+0 −1 code/modules/mob/living/carbon/human/species_types/lizardpeople.dm
+2 −2 code/modules/mob/mob.dm
+2 −2 code/modules/mob/transform_procs.dm
+2 −1 code/modules/mod/modules/modules_engineering.dm
+2 −0 code/modules/modular_computers/computers/item/role_tablet_presets.dm
+1 −1 code/modules/modular_computers/file_system/programs/frontier.dm
+1 −17 code/modules/power/apc/apc_attack.dm
+35 −15 code/modules/power/apc/apc_main.dm
+0 −15 code/modules/power/cell.dm
+28 −7 code/modules/power/singularity/reality_tear.dm
+13 −4 code/modules/projectiles/guns/energy.dm
+30 −554 code/modules/projectiles/guns/energy/beam_rifle.dm
+26 −1 code/modules/projectiles/guns/energy/energy_gun.dm
+72 −15 code/modules/projectiles/projectile/energy/net_snare.dm
+2 −2 code/modules/reagents/chemistry/machinery/reagentgrinder.dm
+0 −1 code/modules/reagents/reagent_containers/spray.dm
+0 −1 code/modules/research/designs/machine_designs.dm
+13 −0 code/modules/research/designs/misc_designs.dm
+2 −3 code/modules/research/designs/weapon_designs.dm
+1 −1 code/modules/research/techweb/nodes/biology_nodes.dm
+1 −1 code/modules/research/techweb/nodes/research_nodes.dm
+1 −0 code/modules/research/techweb/nodes/security_nodes.dm
+3 −2 code/modules/surgery/organs/external/tails.dm
+0 −4 html/changelogs/AutoChangeLog-pr-83778.yml
+0 −4 html/changelogs/AutoChangeLog-pr-83913.yml
+0 −6 html/changelogs/AutoChangeLog-pr-83933.yml
+0 −4 html/changelogs/AutoChangeLog-pr-84027.yml
+0 −5 html/changelogs/AutoChangeLog-pr-84036.yml
+0 −4 html/changelogs/AutoChangeLog-pr-84041.yml
+0 −4 html/changelogs/AutoChangeLog-pr-84055.yml
+4 −0 html/changelogs/AutoChangeLog-pr-84060.yml
+4 −0 html/changelogs/AutoChangeLog-pr-84066.yml
+4 −0 html/changelogs/AutoChangeLog-pr-84091.yml
+0 −4 html/changelogs/AutoChangeLog-pr-84107.yml
+4 −0 html/changelogs/AutoChangeLog-pr-84147.yml
+4 −0 html/changelogs/AutoChangeLog-pr-84156.yml
+4 −0 html/changelogs/AutoChangeLog-pr-84158.yml
+4 −0 html/changelogs/AutoChangeLog-pr-84163.yml
+82 −0 html/changelogs/archive/2024-06.yml
+ icons/effects/random_spawners.dmi
+ icons/mob/clothing/back.dmi
+ icons/mob/huds/antag_hud.dmi
+ icons/mob/inhands/equipment/jetpacks_lefthand.dmi
+ icons/mob/inhands/equipment/jetpacks_righthand.dmi
+ icons/obj/canisters.dmi
+ icons/obj/devices/tracker.dmi
+ icons/obj/machines/kitchen.dmi
+35 −26 interface/skin.dmf
+1 −1 tgstation.dme
+4 −0 tgui/packages/tgui-panel/themes.ts
+128 −127 tgui/packages/tgui/interfaces/NtosScipaper.jsx
+0 −32 tgui/packages/tgui/interfaces/PreferencesMenu/CharacterPreferenceWindow.tsx
+57 −0 tgui/packages/tgui/interfaces/PreferencesMenu/DeleteCharacterPopup.tsx
+28 −2 tgui/packages/tgui/interfaces/PreferencesMenu/MainPage.tsx

0 comments on commit 22c874d

Please sign in to comment.