From 7477965d82406235cf044ce25ab35e2486e516b7 Mon Sep 17 00:00:00 2001 From: Theos Date: Wed, 5 Jun 2024 01:24:51 -0400 Subject: [PATCH] Revokes hermit immortality snail deals (#3069) ## About The Pull Request Speedmerge please ## Why It's Good For The Game Immortal hermits is bad i think, we dont even have snails so they wont die ## Changelog :cl: fix: melee hermits have had their immortal snail deals revoked /:cl: Signed-off-by: Theos --- .../modules/mob/living/simple_animal/hostile/human/survivors.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/human/survivors.dm b/code/modules/mob/living/simple_animal/hostile/human/survivors.dm index 3c4ba08ed16d..f7abea96b222 100644 --- a/code/modules/mob/living/simple_animal/hostile/human/survivors.dm +++ b/code/modules/mob/living/simple_animal/hostile/human/survivors.dm @@ -12,11 +12,11 @@ move_force = MOVE_FORCE_DEFAULT move_resist = MOVE_RESIST_DEFAULT pull_force = PULL_FORCE_DEFAULT + ..() /* if(prob(15)) new /obj/item/mob_trophy/shiny(loc) visible_message("You notice a glimmering nugget of shiny metal.") - ..() */ /mob/living/simple_animal/hostile/human/hermit/survivor