From 8631b739c803e2358b25756a3c15b7874c8a11a3 Mon Sep 17 00:00:00 2001 From: DragonTrance Date: Mon, 6 Jun 2022 15:20:01 -0400 Subject: [PATCH] *grammatically examines cock* --- .../modules/mob/living/simple_animal/friendly/farm_animals.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperstation/code/modules/mob/living/simple_animal/friendly/farm_animals.dm b/hyperstation/code/modules/mob/living/simple_animal/friendly/farm_animals.dm index 3d12f301b..f5c7df2e2 100644 --- a/hyperstation/code/modules/mob/living/simple_animal/friendly/farm_animals.dm +++ b/hyperstation/code/modules/mob/living/simple_animal/friendly/farm_animals.dm @@ -241,6 +241,6 @@ /mob/living/simple_animal/chicken/examine() . = ..() - . += "this one is [gender]." + . += "This one is [gender]." if(happiness<20) . += "It looks stressed."