[MIRROR] Fixes flash_color (#7106)

* Fixes flash_color (#38430)

* Fixes flash_color

* Good question, i can't find a good answer so let's simplify this.

* Fixes flash_color
This commit is contained in:
CitadelStationBot
2018-06-13 22:26:24 -05:00
committed by kevinz000
parent 304bc836cc
commit 19f210f143
+1 -4
View File
@@ -1271,10 +1271,7 @@ GLOBAL_REAL_VAR(list/stack_trace_storage)
if(!istype(C))
return
var/animate_color = initial(C.color)
var/datum/client_colour/CC = C.mob.client_colours[1]
if(CC)
animate_color = CC.colour
var/animate_color = C.color
C.color = flash_color
animate(C, color = animate_color, time = flash_time)