Monkey Slots (#11385)

This commit is contained in:
Geeves
2021-03-10 21:06:21 +02:00
committed by GitHub
parent fbf3c1c007
commit ec69761e33
6 changed files with 18 additions and 3 deletions

View File

@@ -13,7 +13,8 @@
name = "Pun Pun"
real_name = name
named = TRUE
w_uniform = new /obj/item/clothing/under/punpun(src)
equip_to_slot(new /obj/item/clothing/under/punpun(src), slot_w_uniform)
/obj/item/clothing/under/nupnup
name = "christmas uniform"

View File

@@ -80,8 +80,12 @@
/datum/hud_data/monkey
gear = list(
"mask" = list("loc" = ui_shoes, "name" = "mask", "slot" = slot_wear_mask, "state" = "mask", "toggle" = 1),
"back" = list("loc" = ui_sstore1, "name" = "back", "slot" = slot_back, "state" = "back")
"mask" = list("loc" = ui_shoes, "name" = "mask", "slot" = slot_wear_mask, "state" = "mask", "toggle" = 1),
"i_clothing" = list("loc" = ui_iclothing, "name" = "uniform", "slot" = slot_w_uniform, "state" = "center", "toggle" = 1),
"back" = list("loc" = ui_back, "name" = "back", "slot" = slot_back, "state" = "back"),
"id" = list("loc" = ui_belt, "name" = "id", "slot" = slot_wear_id, "state" = "id"),
"storage1" = list("loc" = ui_storage1, "name" = "left pocket", "slot" = slot_l_store, "state" = "pocket"),
"storage2" = list("loc" = ui_storage2, "name" = "right pocket", "slot" = slot_r_store, "state" = "pocket")
)

View File

@@ -16,6 +16,8 @@
has_fine_manipulation = 0
show_ssd = null
bodytype = BODYTYPE_MONKEY
eyes = "blank_eyes"
gibbed_anim = "gibbed-m"