mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 10:02:28 +00:00
Fox pAI Chassis (#12052)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user