mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Merge pull request #16849 from ProfessorDonut/danger-noodle-pai
Snake icon and hissing speech verb for pAI
This commit is contained in:
@@ -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")
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user