mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-31 20:53:34 +00:00
Revert kludge cyborg icon fix in favor of sane fix
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user