New Pai Frames thanks to DestroOmega

This commit is contained in:
Aurorablade
2015-07-12 09:05:43 -04:00
parent 6b9ae3a809
commit 6478231a3d
3 changed files with 6 additions and 1 deletions
+6 -1
View File
@@ -27,7 +27,11 @@
"Monkey" = "monkey",
"Corgi" = "borgi",
"Fox" = "fox",
"Parrot" = "parrot"
"Parrot" = "parrot",
"Box Bot" = "boxbot",
"Spider Bot" = "spiderbot",
"Pony" = "pony" ,
"Fairy" = "fairy"
)
var/global/list/possible_say_verbs = list(
@@ -36,6 +40,7 @@
"Beep" = list("beeps","beeps loudly","boops"),
"Chirp" = list("chirps","chirrups","cheeps"),
"Feline" = list("purrs","yowls","meows"),
"Equine" = list("nickers","whinnys","neighs"),
"Canine" = list("yaps","barks","growls")
)