mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 23:11:52 +00:00
Monkey Slots (#11385)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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")
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
has_fine_manipulation = 0
|
||||
show_ssd = null
|
||||
|
||||
bodytype = BODYTYPE_MONKEY
|
||||
|
||||
eyes = "blank_eyes"
|
||||
|
||||
gibbed_anim = "gibbed-m"
|
||||
|
||||
Reference in New Issue
Block a user