adofiwefwoeiunf (#22593)

This commit is contained in:
Contrabang
2023-10-01 06:48:24 -04:00
committed by GitHub
parent 4c976a6e01
commit c78e1aeb8f
+1 -1
View File
@@ -24,7 +24,7 @@
/obj/item/clothing/glasses/hud/dropped(mob/living/carbon/human/user)
..()
if(user.glasses != src)
if(istype(user) && user.glasses != src)
return
for(var/new_hud in hud_types)
var/datum/atom_hud/H = GLOB.huds[new_hud]