Adds a corgi, bird, and more sprites to the pAI. (#3592)

* Adds a corgi sprite to the pAI.

* adds more pAI sprites

* commas are hell
This commit is contained in:
Belsima
2017-07-14 00:42:55 -04:00
committed by Anewbe
parent 03be56e10e
commit 9167c121be
3 changed files with 43 additions and 2 deletions

View File

@@ -28,7 +28,11 @@
"Drone" = "repairbot",
"Cat" = "cat",
"Mouse" = "mouse",
"Monkey" = "monkey"
"Monkey" = "monkey",
"Corgi" = "borgi",
"Fox" = "fox",
"Parrot" = "parrot",
"Rabbit" = "rabbit"
)
var/global/list/possible_say_verbs = list(
@@ -36,7 +40,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","woofs")
)
var/obj/item/weapon/pai_cable/cable // The cable we produce and use when door or camera jacking