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 3, 2024
1 parent 8081719 commit fdada36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgstation
Submodule tgstation updated 42 files
+14 −0 code/__DEFINES/map_exporter.dm
+9 −3 code/__DEFINES/research/slimes.dm
+0 −25 code/_onclick/other_mobs.dm
+1 −1 code/game/atom/atom_defense.dm
+0 −3 code/game/objects/items/devices/chameleonproj.dm
+4 −4 code/game/objects/items/devices/scanners/slime_scanner.dm
+0 −6 code/game/objects/obj_defense.dm
+0 −11 code/game/objects/structures/ladders.dm
+1 −1 code/game/objects/structures/window.dm
+1 −0 code/modules/admin/admin_verbs.dm
+298 −0 code/modules/admin/verbs/map_export.dm
+0 −3 code/modules/awaymissions/signpost.dm
+0 −2 code/modules/awaymissions/super_secret_room.dm
+80 −0 code/modules/buildmode/submodes/map_export.dm
+0 −3 code/modules/mapfluff/ruins/spaceruin_code/hilbertshotel.dm
+0 −7 code/modules/mob/living/basic/basic_defense.dm
+1 −1 code/modules/mob/living/basic/ruin_defender/flesh.dm
+0 −9 code/modules/mob/living/carbon/alien/alien_defense.dm
+0 −22 code/modules/mob/living/carbon/carbon_defense.dm
+0 −24 code/modules/mob/living/carbon/human/human_defense.dm
+0 −24 code/modules/mob/living/living_defense.dm
+0 −3 code/modules/mob/living/silicon/ai/ai_defense.dm
+1 −1 code/modules/mob/living/silicon/damage_procs.dm
+0 −18 code/modules/mob/living/silicon/robot/robot_defense.dm
+0 −7 code/modules/mob/living/simple_animal/animal_defense.dm
+0 −2 code/modules/mob/living/simple_animal/hostile/mining_mobs/curse_blob.dm
+494 −0 code/modules/mob/living/simple_animal/slime/ai.dm
+10 −15 code/modules/mob/living/simple_animal/slime/death.dm
+131 −0 code/modules/mob/living/simple_animal/slime/defense.dm
+10 −469 code/modules/mob/living/simple_animal/slime/life.dm
+22 −23 code/modules/mob/living/simple_animal/slime/powers.dm
+208 −295 code/modules/mob/living/simple_animal/slime/slime.dm
+1 −1 code/modules/research/xenobiology/crossbreeding/burning.dm
+7 −7 code/modules/research/xenobiology/xenobiology.dm
+0 −6 html/changelogs/AutoChangeLog-pr-80445.yml
+0 −6 html/changelogs/AutoChangeLog-pr-80625.yml
+0 −7 html/changelogs/AutoChangeLog-pr-80637.yml
+0 −4 html/changelogs/AutoChangeLog-pr-80674.yml
+0 −4 html/changelogs/AutoChangeLog-pr-80706.yml
+40 −0 html/changelogs/archive/2024-01.yml
+ icons/misc/buildmode.dmi
+5 −0 tgstation.dme

0 comments on commit fdada36

Please sign in to comment.