mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Whoops
This commit is contained in:
@@ -65,7 +65,6 @@
|
|||||||
if(!ishuman(user))
|
if(!ishuman(user))
|
||||||
return
|
return
|
||||||
|
|
||||||
log_world("omnihud attack self [src] with [user]")
|
|
||||||
var/mob/living/carbon/human/H = user
|
var/mob/living/carbon/human/H = user
|
||||||
if(!H.glasses || !(H.glasses == src))
|
if(!H.glasses || !(H.glasses == src))
|
||||||
to_chat(user, "<span class='warning'>You must be wearing the [src] to see the display.</span>")
|
to_chat(user, "<span class='warning'>You must be wearing the [src] to see the display.</span>")
|
||||||
|
|||||||
Reference in New Issue
Block a user