This commit is contained in:
ShadowLarkens
2020-07-16 19:03:05 -07:00
parent a1eb54e615
commit 58d1e52311

View File

@@ -65,7 +65,6 @@
if(!ishuman(user))
return
log_world("omnihud attack self [src] with [user]")
var/mob/living/carbon/human/H = user
if(!H.glasses || !(H.glasses == src))
to_chat(user, "<span class='warning'>You must be wearing the [src] to see the display.</span>")