mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Night vision message bugfix (#11728)
This commit is contained in:
@@ -82,8 +82,8 @@
|
||||
var/show_message = TRUE
|
||||
for(var/obj/item/protection in list(owner.head, owner.wear_mask, owner.glasses))
|
||||
if((protection && (protection.body_parts_covered & EYES)))
|
||||
break
|
||||
show_message = FALSE
|
||||
break
|
||||
if(show_message && eye_emote)
|
||||
owner.visible_message("<b>[owner]</b>[eye_emote]")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user