Adds image for cult talismans

So they aren't blank when examined.
This commit is contained in:
mwerezak
2014-12-08 20:45:15 -05:00
parent 17476b5e3d
commit 81890c968e
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
icon_state = "paper_talisman"
var/imbue = null
var/uses = 0
info = "<center><img src='talisman.png'></center><br/><br/>"
attack_self(mob/living/user as mob)
if(iscultist(user))
+2 -1
View File
@@ -299,5 +299,6 @@
'icons/spideros_icons/sos_12.png',
'icons/spideros_icons/sos_13.png',
'icons/spideros_icons/sos_14.png',
'html/images/ntlogo.png'
'html/images/ntlogo.png',
'html/images/talisman.png'
)
Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB