From b1d1b17844c9ddc7037883fb795101feff9b82fb Mon Sep 17 00:00:00 2001 From: Chakirski Date: Tue, 12 Jul 2016 11:29:01 -0500 Subject: [PATCH] boop --- code/__HELPERS/icons.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/icons.dm b/code/__HELPERS/icons.dm index cbd4ac9a14d..3b9c63475e3 100644 --- a/code/__HELPERS/icons.dm +++ b/code/__HELPERS/icons.dm @@ -813,7 +813,7 @@ The _flatIcons list is a cache for generated icon files. if(4) I.pixel_y++ overlays += I//And finally add the overlay. -/proc/getHologramIcon(icon/A, safety=1)//If safety is on, a new icon is not created. Double is for 32x64 icons. +/proc/getHologramIcon(icon/A, safety=1)//If safety is on, a new icon is not created. var/icon/flat_icon = safety ? A : new(A)//Has to be a new icon to not constantly change the same icon. var/icon/alpha_mask flat_icon.ColorTone(rgb(125,180,225))//Let's make it bluish.