From a605a2176fa58d2f229a535800fccfd6effc6bc1 Mon Sep 17 00:00:00 2001 From: Wallem <66052067+Wallemations@users.noreply.github.com> Date: Tue, 1 Mar 2022 18:58:54 -0500 Subject: [PATCH] Restores AI controller for wisdom cow (#65229) When wisdom cows were swapped to a basic mob, it looks like whoever coded them forgot to give the wisdom cows their AI controller. I fixed that up so now they should spout their bullshit again. Why It's Good For The Game Spams the chat like it's suppposed to Changelog cl Wallem fix: We gave the wisdom cow its tongue back. We're sorry. /cl --- code/modules/mob/living/basic/farm_animals/cows.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/basic/farm_animals/cows.dm b/code/modules/mob/living/basic/farm_animals/cows.dm index 6cc3f57291f..e1960d2143e 100644 --- a/code/modules/mob/living/basic/farm_animals/cows.dm +++ b/code/modules/mob/living/basic/farm_animals/cows.dm @@ -93,6 +93,7 @@ name = "wisdom cow" desc = "Known for its wisdom, shares it with all." gold_core_spawnable = FALSE + ai_controller = /datum/ai_controller/basic_controller/cow/wisdom /mob/living/basic/cow/wisdom/make_tameable() return //cannot tame me!