Magboot and glove fix (#19415)

* Magboot and glove fix

* Update armblade.dm

* Update leash.dm
This commit is contained in:
Cameron Lennox
2026-04-16 10:40:31 -04:00
committed by GitHub
parent bdffa69343
commit 51b00a200c
86 changed files with 278 additions and 360 deletions
+3 -1
View File
@@ -307,7 +307,9 @@
if(user) //A ranged legcuff, until proper implementation as items it remains a projectile-only thing.
return 1
/obj/item/handcuffs/legcuffs/bola/dropped(mob/user)
/obj/item/handcuffs/legcuffs/bola/dropped(mob/user, equipping, slot)
if(equipping)
return ..()
..()
visible_message(span_infoplain(span_bold("\The [src]") + " falls apart!"))