From 95c325531d6dea5cdfc7c747c3bb2e5d4963b2de Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Thu, 16 Jan 2025 01:28:29 +0100 Subject: [PATCH] also this --- code/modules/clothing/gloves/gauntlets.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/gloves/gauntlets.dm b/code/modules/clothing/gloves/gauntlets.dm index 19c1a2c82ec..71df3af9740 100644 --- a/code/modules/clothing/gloves/gauntlets.dm +++ b/code/modules/clothing/gloves/gauntlets.dm @@ -43,7 +43,7 @@ ..() var/mob/living/carbon/human/H = wearer if(gloves) - if(!H.equip_to_slot_if_possible(gloves, slot_gloves)) + if(!H?.equip_to_slot_if_possible(gloves, slot_gloves)) gloves.forceMove(get_turf(src)) if(ring) gloves.ring = ring