Adds the schlorrgo pai chassis (#14425)

This commit is contained in:
Alberyk
2022-08-21 07:28:38 -03:00
committed by GitHub
parent fce80a17d6
commit 70ac8d7b36
4 changed files with 14 additions and 2 deletions
+4
View File
@@ -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
+4 -2
View File
@@ -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(