mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Wrist Slot (Wear watches with gloves!) (#10951)
This commit is contained in:
@@ -27,10 +27,10 @@
|
||||
|
||||
if(!M.restrained() && !M.stat)
|
||||
switch(over_object.name)
|
||||
if(BP_R_HAND)
|
||||
if("right hand")
|
||||
M.u_equip(src)
|
||||
M.put_in_r_hand(src)
|
||||
if(BP_L_HAND)
|
||||
if("left hand")
|
||||
M.u_equip(src)
|
||||
M.put_in_l_hand(src)
|
||||
|
||||
|
||||
@@ -103,10 +103,10 @@ var/global/photo_count = 0
|
||||
playsound(loc, /decl/sound_category/rustle_sound, 50, 1, -5)
|
||||
if((!( M.restrained() ) && !( M.stat ) && M.back == src))
|
||||
switch(over_object.name)
|
||||
if(BP_R_HAND)
|
||||
if("right hand")
|
||||
M.u_equip(src)
|
||||
M.put_in_r_hand(src)
|
||||
if(BP_L_HAND)
|
||||
if("left hand")
|
||||
M.u_equip(src)
|
||||
M.put_in_l_hand(src)
|
||||
add_fingerprint(usr)
|
||||
@@ -281,4 +281,3 @@ var/global/photo_count = 0
|
||||
p.id = id
|
||||
|
||||
return p
|
||||
|
||||
|
||||
Reference in New Issue
Block a user