mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
adofiwefwoeiunf (#22593)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user