Adds pAI snake icon and hissing speech verbs.

This commit is contained in:
Vivinet
2021-10-01 22:13:43 -07:00
parent ee22c8d4ee
commit b2ecacaee9
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")
)
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 60 KiB