Revert kludge cyborg icon fix in favor of sane fix

This commit is contained in:
ascio
2024-04-27 08:57:51 -04:00
parent 17c96bc24d
commit dbb8851ae3
2 changed files with 2 additions and 2 deletions

View File

@@ -379,7 +379,7 @@ GLOBAL_LIST_EMPTY(holopads)
else //make it like real life
if(isrobot(user))
var/mob/living/silicon/robot/robot = user
hologram.icon = getHologramIcon(robot.icon, FALSE)
hologram.icon = getHologramIcon(icon(robot.icon), FALSE)
hologram.icon_state = robot.icon_state
else
hologram.icon = getHologramIcon(get_id_photo(user))

View File

@@ -1005,7 +1005,7 @@ GLOBAL_LIST_INIT(ai_verbs_default, list(
flat_icon.ColorTone(rgb(125,180,225)) // Let's make it bluish.
flat_icon.ChangeOpacity(0.5) // Make it half transparent.
if(flat_icon.Height() == 64)
if(A.Height() == 64)
alpha_mask = new('icons/mob/ancient_machine.dmi', "scanline2") //Scaline for tall icons.
else
alpha_mask = new('icons/effects/effects.dmi', "scanline") //Scanline effect.