adds the wisest cow (RD pet) and gives it a few custom phrases

This commit is contained in:
Phantastic-Swan
2025-06-25 12:15:41 +02:00
parent 93423405a4
commit fc0b6403ee
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,8 @@
/mob/living/simple_animal/cow/wisdom/wisest
name = "Vernn"
desc = "The wisest of the wisdom cows, proudly kept by the Research Director as an appreciation of it's vast knowledge"
speak_chance = 13 // I will make it lower once I give it the sci headset. Don't want the scientists going insane...
/mob/living/simple_animal/cow/wisdom/wisest/Initialize(mapload)
. = ..()
speak.Add("Prefer pushing from pulling", "Prefer pulling from pushing", "Do not ask the administration on how to utilize the self-pleasuring device", "Unwrenching a pipe with high pressure, will send you flying beyond measure", "Remember to tailor your hardsuit", "Beware the long-eared menace", "IT'S FUCKING FUUUUSIIIIING!!", "The all-consuming dark mass shall consume your workplace shortly", "Clowns and Engineers don't mix, and yet they are one and the same", "You will be shot in the back by a dragon dressed in blue")
+1
View File
@@ -4067,6 +4067,7 @@
#include "GainStation13\code\modules\language\tajara.dm"
#include "GainStation13\code\modules\loadout\backpack.dm"
#include "GainStation13\code\modules\loadout\gloves.dm"
#include "GainStation13\code\modules\mob\living\simple_animal\friendly\wisest_cow.dm"
#include "GainStation13\code\game\objects\items\storage\fancy.dm"
#include "GainStation13\code\modules\cargo\packs\engineering.dm"
#include "GainStation13\code\modules\cargo\packs\materials.dm"