From bb539df807db5b1e95fe8dce7aefb6c0db2b03e1 Mon Sep 17 00:00:00 2001 From: SatinIsle Date: Fri, 6 Sep 2024 13:45:49 +0100 Subject: [PATCH] Beast form retains the set size ability --- .../mob/living/carbon/human/species/lleill/lleill_abilities.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species/lleill/lleill_abilities.dm b/code/modules/mob/living/carbon/human/species/lleill/lleill_abilities.dm index 9506fd16f9..e00f710c0e 100644 --- a/code/modules/mob/living/carbon/human/species/lleill/lleill_abilities.dm +++ b/code/modules/mob/living/carbon/human/species/lleill/lleill_abilities.dm @@ -425,6 +425,7 @@ new_mob.name = M.name new_mob.real_name = M.real_name new_mob.verbs |= /mob/living/proc/revert_beast_form + new_mob.verbs |= /mob/living/proc/set_size for(var/lang in M.languages) new_mob.languages |= lang M.copy_vore_prefs_to_mob(new_mob) @@ -579,6 +580,7 @@ new_mob.name = M.name new_mob.real_name = M.real_name new_mob.verbs |= /mob/living/proc/revert_beast_form + new_mob.verbs |= /mob/living/proc/set_size new_mob.health = M.health new_mob.maxHealth = M.health for(var/lang in M.languages)