mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Fixes akimbo (crafted) chainsaws (#14993)
This commit is contained in:
@@ -162,6 +162,9 @@
|
||||
..()
|
||||
if(slot == slot_l_hand || slot == slot_r_hand)
|
||||
wield(user)
|
||||
if(!wielded) // Drop immediately if we couldn't wield
|
||||
user.drop_item()
|
||||
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