Merge pull request #12738 from timothyteakettle/travelling-traders

the travelling trader midround event
This commit is contained in:
silicons
2020-07-15 08:50:20 -07:00
committed by GitHub
10 changed files with 414 additions and 5 deletions
@@ -30,6 +30,7 @@
verb_yell = "buzzes intensely"
emote_see = list("buzzes.", "makes a loud buzz.", "rolls several times.", "buzzes happily.")
speak_chance = 1
unique_name = TRUE
/mob/living/simple_animal/pet/bumbles/Initialize()
. = ..()
@@ -192,6 +192,15 @@
else
..()
//a cow that produces a random reagent in its udder
/mob/living/simple_animal/cow/random
name = "strange cow"
desc = "Something seems off about the milk this cow is producing."
/mob/living/simple_animal/cow/random/Initialize()
milk_reagent = get_random_reagent_id() //this has a blacklist so don't worry about romerol cows, etc
..()
//Wisdom cow, speaks and bestows great wisdoms
/mob/living/simple_animal/cow/wisdom
name = "wisdom cow"