mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Adds the schlorrgo pai chassis (#14425)
This commit is contained in:
@@ -636,6 +636,10 @@ var/list/holder_mob_icon_cache = list()
|
||||
icon_state = "fox_rest"
|
||||
item_state = "fox"
|
||||
|
||||
/obj/item/holder/pai/schlorrgo
|
||||
icon_state = "schlorrgo_rest"
|
||||
item_state = "schlorrgo"
|
||||
|
||||
/obj/item/holder/pai/custom
|
||||
var/customsprite = 1
|
||||
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
"Monkey" = "monkey",
|
||||
"Rabbit" = "rabbit",
|
||||
"Parrot" = "parrot",
|
||||
"Fox" = "fox"
|
||||
"Fox" = "fox",
|
||||
"Schlorrgo" = "schlorrgo"
|
||||
)
|
||||
|
||||
var/global/list/pai_holder_types = list(
|
||||
@@ -37,7 +38,8 @@
|
||||
"Monkey" = /obj/item/holder/pai/monkey,
|
||||
"Rabbit" = /obj/item/holder/pai/rabbit,
|
||||
"Parrot" = /obj/item/holder/pai/parrot,
|
||||
"Fox" = /obj/item/holder/pai/fox
|
||||
"Fox" = /obj/item/holder/pai/fox,
|
||||
"Schlorrgo" = /obj/item/holder/pai/schlorrgo
|
||||
)
|
||||
|
||||
var/global/list/possible_say_verbs = list(
|
||||
|
||||
Reference in New Issue
Block a user