Yep, thee was a bug.

This commit is contained in:
Uristqwerty
2012-05-24 02:29:54 -04:00
parent 01b038ff27
commit fb51e184f2

View File

@@ -69,7 +69,7 @@ var/list/uristrune_cache = list()
for(var/i = 0, i < 10, i++)
if(symbol_bits & (1 << i))
I.Blend(icon('icons/effects/uristrunes.dmi', "rune-[i]"), ICON_OVERLAY)
I.Blend(icon('icons/effects/uristrunes.dmi', "rune-[1 << i]"), ICON_OVERLAY)
I.SwapColor(rgb(0, 0, 0, 100), rgb(100, 0, 0, 200))