mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 11:05:16 +01:00
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
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user