Fox pAI Chassis (#12052)

This commit is contained in:
Geeves
2021-06-20 22:33:21 +02:00
committed by GitHub
parent e5597b30f0
commit ed1214f779
4 changed files with 15 additions and 2 deletions

View File

@@ -627,6 +627,10 @@ var/list/holder_mob_icon_cache = list()
icon_state = "parrot_rest"
item_state = "parrot"
/obj/item/holder/pai/fox
icon_state = "fox_rest"
item_state = "fox"
/obj/item/holder/pai/custom
var/customsprite = 1

View File

@@ -26,7 +26,8 @@
"Rat" = "rat",
"Monkey" = "monkey",
"Rabbit" = "rabbit",
"Parrot" = "parrot"
"Parrot" = "parrot",
"Fox" = "fox"
)
var/global/list/pai_holder_types = list(
@@ -35,7 +36,8 @@
"Rat" = /obj/item/holder/pai/rat,
"Monkey" = /obj/item/holder/pai/monkey,
"Rabbit" = /obj/item/holder/pai/rabbit,
"Parrot" = /obj/item/holder/pai/parrot
"Parrot" = /obj/item/holder/pai/parrot,
"Fox" = /obj/item/holder/pai/fox
)
var/global/list/possible_say_verbs = list(