From f793246ee5eda54a24881d01fded0a87d763410a Mon Sep 17 00:00:00 2001 From: "Marcus D. Johnston" <93160383+Aurrain@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:18:56 -0700 Subject: [PATCH] cow/brahmin nerf (lol) Less brahmin rider abuse. --- .../modules/mob/living/simple_animal/friendly/farm_animals.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/friendly/farm_animals.dm b/code/modules/mob/living/simple_animal/friendly/farm_animals.dm index c49aeaafca..fecc24d754 100644 --- a/code/modules/mob/living/simple_animal/friendly/farm_animals.dm +++ b/code/modules/mob/living/simple_animal/friendly/farm_animals.dm @@ -144,8 +144,8 @@ attack_verb_continuous = "kicks" attack_verb_simple = "kick" attack_sound = 'sound/weapons/punch1.ogg' - health = 50 - maxHealth = 50 + health = 25 + maxHealth = 25 var/obj/item/udder/udder = null var/datum/reagent/milk_reagent = /datum/reagent/consumable/milk var/food_type = /obj/item/reagent_containers/food/snacks/grown/wheat