From 4340e4a6b5a3753942f1c8a1a77b94e58169cecb Mon Sep 17 00:00:00 2001 From: Furlucis Date: Fri, 10 Jan 2014 17:09:01 -0500 Subject: [PATCH] Talisman icon fix Makes talismans keep looking like talismans for more than a tick. --- code/modules/paperwork/paper.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index 0845454b83..1c546c01d0 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -42,6 +42,8 @@ return /obj/item/weapon/paper/update_icon() + if(icon_state == "paper_talisman") + return if(info) icon_state = "paper_words" return