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
+1 -1
View File
@@ -802,7 +802,7 @@
for(var/piece in list("helmet","gauntlets","chest","boots"))
toggle_piece(piece, H, ONLY_DEPLOY)
/obj/item/rig/dropped(mob/user)
/obj/item/rig/dropped(mob/user, equipping, slot)
. = ..(user)
// So the next user will see the boot animation
tgui_shared_states?.Cut()
@@ -104,7 +104,7 @@
check_limb_support(M)
..()
/obj/item/clothing/suit/space/dropped(mob/user)
/obj/item/clothing/suit/space/dropped(mob/user, equipping, slot)
check_limb_support(user)
..()
@@ -103,7 +103,7 @@
to_chat(M, "Your suit's cooling unit deploys.")
cooler.canremove = FALSE
/obj/item/clothing/suit/space/void/dropped(mob/user)
/obj/item/clothing/suit/space/void/dropped(mob/user, equipping, slot)
..()
var/mob/living/carbon/human/H