[MIRROR] Magboot and glove fix (#12686)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-04-16 12:29:20 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 088d680358
commit 966e4accb2
95 changed files with 304 additions and 386 deletions
@@ -24,7 +24,7 @@
var/teley = 16
var/telez = 0 //Set this in-round if you want a return point with fake health
/obj/item/radio/headset/event/equipped(var/mob/living/carbon/human/H)
/obj/item/radio/headset/event/equipped(mob/living/carbon/human/H, slot)
if(H && ((H.l_ear == src) || (H.r_ear == src)))
wearer = H
if(light_power)
@@ -46,7 +46,7 @@
H.species.slowdown = slowdown_to_set
H.species.item_slowdown_mod = 0
/obj/item/radio/headset/event/dropped(var/mob/living/carbon/human/H)
/obj/item/radio/headset/event/dropped(mob/living/carbon/human/H, equipping, slot)
..()
if(wearer)
wearer = null