Merge pull request #16849 from ProfessorDonut/danger-noodle-pai

Snake icon and hissing speech verb for pAI
This commit is contained in:
variableundefined
2021-10-17 13:45:12 -05:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
+4 -2
View File
@@ -26,7 +26,8 @@
"Parrot" = "parrot",
"Box Bot" = "boxbot",
"Spider Bot" = "spiderbot",
"Fairy" = "fairy"
"Fairy" = "fairy",
"Snake" = "snake"
)
var/global/list/possible_say_verbs = list(
@@ -35,7 +36,8 @@
"Beep" = list("beeps","beeps loudly","boops"),
"Chirp" = list("chirps","chirrups","cheeps"),
"Feline" = list("purrs","yowls","meows"),
"Canine" = list("yaps","barks","growls")
"Canine" = list("yaps","barks","growls"),
"Hiss" = list("hisses","hisses","hisses")
)