mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
Drops twohanded items that failed to wield instead of the user's active hand (#15022)
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
if(slot == slot_l_hand || slot == slot_r_hand)
|
||||
wield(user)
|
||||
if(!wielded) // Drop immediately if we couldn't wield
|
||||
user.drop_item()
|
||||
user.unEquip(src)
|
||||
to_chat(user, "<span class='notice'>[src] is too cumbersome to carry in one hand!</span>")
|
||||
else
|
||||
unwield(user)
|
||||
|
||||
Reference in New Issue
Block a user