mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Robot heads no longer have bleeding eyeholes (#69830)
* Repainting cyborg limbs fixed * Robotic eyeholes no longer bleed * Moves check for bleeding robot eyes to a different section * Revert "Repainting cyborg limbs fixed" This reverts commit 201f1688460f662565246d8cf71ee8eeea579c39.
This commit is contained in:
@@ -220,6 +220,9 @@
|
||||
facial_overlay.color = facial_hair_color
|
||||
facial_overlay.alpha = hair_alpha
|
||||
. += facial_overlay
|
||||
|
||||
if(!eyes)
|
||||
. += image('icons/mob/species/human/human_face.dmi', "eyes_missing", -BODY_LAYER, SOUTH)
|
||||
|
||||
//Applies the debrained overlay if there is no brain
|
||||
if(!brain)
|
||||
@@ -259,8 +262,6 @@
|
||||
eye_right.color = eyes.eye_color_right
|
||||
. += eye_left
|
||||
. += eye_right
|
||||
else
|
||||
. += image('icons/mob/species/human/human_face.dmi', "eyes_missing", -BODY_LAYER, SOUTH)
|
||||
else
|
||||
if(!facial_hair_hidden && facial_overlay && (FACEHAIR in species_flags_list))
|
||||
facial_overlay.alpha = hair_alpha
|
||||
|
||||
Reference in New Issue
Block a user