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
+2 -2
View File
@@ -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)
+2 -3
View File
@@ -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