mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Adds sanity check to switch eyes layer verb
This commit is contained in:
@@ -30,8 +30,9 @@
|
||||
H.eyes_over_markings = !H.eyes_over_markings
|
||||
update_icons_body()
|
||||
|
||||
var/datum/robolimb/robohead = all_robolimbs[H.model]
|
||||
if(robohead.monitor_styles && robohead.monitor_icon)
|
||||
to_chat(src, "<span class='notice'>You reconfigure the rendering order of your facial display.</span>")
|
||||
if(H.robotic)
|
||||
var/datum/robolimb/robohead = all_robolimbs[H.model]
|
||||
if(robohead.monitor_styles && robohead.monitor_icon)
|
||||
to_chat(src, "<span class='notice'>You reconfigure the rendering order of your facial display.</span>")
|
||||
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user