PAI Changes

This commit is contained in:
Fox-McCloud
2014-12-09 22:45:05 -05:00
parent 1aff490e42
commit c1921ad150
2 changed files with 4 additions and 2 deletions
+4 -2
View File
@@ -23,7 +23,8 @@
"Drone" = "repairbot",
"Cat" = "cat",
"Mouse" = "mouse",
"Monkey" = "monkey"
"Monkey" = "monkey",
"Fox" = "fox"
)
var/global/list/possible_say_verbs = list(
@@ -31,7 +32,8 @@
"Natural" = list("says","yells","asks"),
"Beep" = list("beeps","beeps loudly","boops"),
"Chirp" = list("chirps","chirrups","cheeps"),
"Feline" = list("purrs","yowls","meows")
"Feline" = list("purrs","yowls","meows"),
"Canine" = list("yaps","barks","growls")
)