mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Wrist Slot (Wear watches with gloves!) (#10951)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user