From 29f1095a255a1f6905cc3d7ae80b57c109903469 Mon Sep 17 00:00:00 2001 From: Uristqwerty Date: Tue, 19 Feb 2013 23:40:06 -0500 Subject: [PATCH] Non-animated runes aren't being cached, probably a bug. --- code/game/magic/Uristrunes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/magic/Uristrunes.dm b/code/game/magic/Uristrunes.dm index 6234c76454b..6e0abd177e0 100644 --- a/code/game/magic/Uristrunes.dm +++ b/code/game/magic/Uristrunes.dm @@ -126,6 +126,6 @@ var/list/uristrune_cache = list() result.Insert(I3, "", frame = 7, delay = 2) result.Insert(I2, "", frame = 8, delay = 2) - uristrune_cache[lookup] = result + uristrune_cache[lookup] = result return result