From bb278ab66187645519eb6b41295a9fec5da61313 Mon Sep 17 00:00:00 2001 From: OliOliOnsiPree Date: Tue, 17 Oct 2023 20:53:39 -0400 Subject: [PATCH 1/2] Update supermutant.dm --- .../mob/living/simple_animal/hostile/f13/supermutant.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/f13/supermutant.dm b/code/modules/mob/living/simple_animal/hostile/f13/supermutant.dm index 3edd4a6864..b9371797af 100644 --- a/code/modules/mob/living/simple_animal/hostile/f13/supermutant.dm +++ b/code/modules/mob/living/simple_animal/hostile/f13/supermutant.dm @@ -76,8 +76,8 @@ name = "Brah-Min" desc = "A large, docile supermutant. Adopted by Kebab-town as a sort of watch dog for their brahmin herd." icon = 'icons/fallout/mobs/supermutant.dmi' - icon_state = "hulk_brahmin_s" - icon_dead = "hulk_brahmin_s" + icon_state = "mutant_private" + icon_dead = "mutant_private" maxHealth = 300 health = 300 speak_chance = 7 //30 //Oh my god he never shuts up. From b462663fd3a200e5d8f2018fda3032eace1c7650 Mon Sep 17 00:00:00 2001 From: OliOliOnsiPree Date: Tue, 17 Oct 2023 20:59:51 -0400 Subject: [PATCH 2/2] Update supermutant.dm --- .../modules/mob/living/simple_animal/hostile/f13/supermutant.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/f13/supermutant.dm b/code/modules/mob/living/simple_animal/hostile/f13/supermutant.dm index b9371797af..9b16caaf9b 100644 --- a/code/modules/mob/living/simple_animal/hostile/f13/supermutant.dm +++ b/code/modules/mob/living/simple_animal/hostile/f13/supermutant.dm @@ -86,7 +86,7 @@ speak = list("Hey! These my brahmins!", "And I say, HEY-YEY-AAEYAAA-EYAEYAA! HEY-YEY-AAEYAAA-EYAEYAA! I SAID HEY, what's going on?", "What do you want from my brahmins?!", "Me gonna clean brahmin poop again now!", "I love brahmins, brahmins are good, just poop much!", "Do not speak to my brahmins ever again, you hear?!", "Bad raiders come to steal my brahmins - I crush with shovel!", "Do not come to my brahmins! Do not touch my brahmins! Do not look at my brahmins!", "I'm watching you, and my brahmins watch too!", "Brahmins say moo, and I'm saying - hey, get your ugly face out of my way!", "I... I remember, before the fire... THERE WERE NO BRAHMINS!", "No! No wind brahmin here! Wind brahmin lie!") speak_emote = list("shouts", "yells") emote_hear = list("yawns", "mumbles","sighs") - emote_see = list("raises his shovel", "shovels some dirt away", "waves his shovel above his head angrily") + emote_see = list("raises his fist", "shovels some dirt away", "waves his fist above his head angrily") response_help_simple = "touches" response_disarm_simple = "pushes" response_harm_simple = "punches"