Wrist Slot (Wear watches with gloves!) (#10951)

This commit is contained in:
Wowzewow (Wezzy)
2021-02-01 11:12:37 +01:00
committed by GitHub
parent a9e6e0db73
commit f88fdd706d
64 changed files with 684 additions and 468 deletions
@@ -173,7 +173,7 @@
/obj/item/storage/box/fancy/crayons,
/obj/item/soap/deluxe,
/obj/item/pen/invisible,
/obj/item/clothing/gloves/watch,
/obj/item/clothing/wrists/watch,
/obj/item/lipstick/random,
/obj/item/clothing/shoes/carp,
/obj/item/bikehorn,
@@ -347,4 +347,4 @@
/obj/item/xmasgift/viscerator
gift_type = /mob/living/simple_animal/hostile/viscerator
w_class = ITEMSIZE_NORMAL
w_class = ITEMSIZE_NORMAL
@@ -46,10 +46,10 @@
if (!( user.restrained() ) && !( user.stat ))
switch(over_object.name)
if(BP_R_HAND)
if("right hand")
user.u_equip(master_item)
user.put_in_r_hand(master_item)
if(BP_L_HAND)
if("left hand")
user.u_equip(master_item)
user.put_in_l_hand(master_item)
master_item.add_fingerprint(user)
@@ -96,4 +96,4 @@
/obj/item/storage/internal/skrell/Initialize()
. = ..()
name = initial(name)
name = initial(name)
@@ -84,10 +84,10 @@
return
switch(over_object.name)
if(BP_R_HAND)
if("right hand")
usr.u_equip(src)
usr.put_in_r_hand(src,FALSE)
if(BP_L_HAND)
if("left hand")
usr.u_equip(src)
usr.put_in_l_hand(src,FALSE)
src.add_fingerprint(usr)