mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-10 22:55:22 +01:00
Magboot and glove fix (#19415)
* Magboot and glove fix * Update armblade.dm * Update leash.dm
This commit is contained in:
@@ -232,7 +232,7 @@
|
||||
. = ..()
|
||||
START_PROCESSING(SSprocessing, src)
|
||||
|
||||
/obj/item/kinetic_crusher/machete/gauntlets/dropped(mob/user)
|
||||
/obj/item/kinetic_crusher/machete/gauntlets/dropped(mob/user, equipping, slot)
|
||||
ready_toggle(TRUE)
|
||||
STOP_PROCESSING(SSprocessing, src)
|
||||
. = ..()
|
||||
@@ -290,7 +290,7 @@
|
||||
/obj/item/offhand/crushergauntlets
|
||||
var/obj/item/kinetic_crusher/machete/gauntlets/linked
|
||||
|
||||
/obj/item/offhand/crushergauntlets/dropped(mob/user)
|
||||
/obj/item/offhand/crushergauntlets/dropped(mob/user, equipping, slot)
|
||||
SHOULD_CALL_PARENT(FALSE)
|
||||
if(linked.wielded)
|
||||
linked.ready_toggle(TRUE)
|
||||
@@ -299,7 +299,7 @@
|
||||
name = "\improper mounted proto-kinetic gear"
|
||||
var/obj/item/rig_module/gauntlets/storing_module
|
||||
|
||||
/obj/item/kinetic_crusher/machete/gauntlets/rig/dropped(mob/user)
|
||||
/obj/item/kinetic_crusher/machete/gauntlets/rig/dropped(mob/user, equipping, slot)
|
||||
. = ..(user)
|
||||
if(storing_module)
|
||||
src.forceMove(storing_module)
|
||||
|
||||
Reference in New Issue
Block a user