Toy dualswords no longer fucking kill the crew when thrown into, clowns no longer die to toy dsword. (#21620)

This commit is contained in:
Qwertytoforty
2023-07-10 10:04:00 -05:00
committed by GitHub
parent ced646821b
commit 995571183f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -319,7 +319,7 @@
unwield()
return
..()
if(HAS_TRAIT(user, TRAIT_CLUMSY) && (wielded) && prob(40))
if(HAS_TRAIT(user, TRAIT_CLUMSY) && (wielded) && prob(40) && force)
to_chat(user, "<span class='warning'>You twirl around a bit before losing your balance and impaling yourself on [src].</span>")
user.take_organ_damage(20, 25)
return