From e6eae4b90a6416bc55ce968a224a2e5ce226e07c Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Thu, 10 Jun 2021 02:29:19 -0400 Subject: [PATCH] powder that makes you say yes --- .../mob/living/simple_mob/subtypes/animal/hyena/hyena.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/hyena/hyena.dm b/code/modules/mob/living/simple_mob/subtypes/animal/hyena/hyena.dm index d41fd81fcc..c37ee581da 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/hyena/hyena.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/hyena/hyena.dm @@ -138,7 +138,7 @@ They're also cool, and Rykka/Nyria wrote this uwu var/obj/item/clothing/head/newhat = H.get_active_hand() H.drop_from_inventory(newhat, get_turf(src)) if(!stat) - intent = I_HELP + a_intent = I_HELP newhat.attack_hand(src) else if(src.get_active_hand()) to_chat(user, "\The [src] seems busy with \the [get_active_hand()] already!") @@ -179,4 +179,4 @@ They're also cool, and Rykka/Nyria wrote this uwu maxHealth = 225 // tuff yeen. <3 health = 225 // tuff yeen. <3 - ai_holder_type = /datum/ai_holder/simple_mob/melee/pack_mob/nyria // Define here what type of enemy hyena is. Nyria is non-hostile. \ No newline at end of file + ai_holder_type = /datum/ai_holder/simple_mob/melee/pack_mob/nyria // Define here what type of enemy hyena is. Nyria is non-hostile.