From bd4b07c189ac3ddbd86c307f253aa42504921b87 Mon Sep 17 00:00:00 2001 From: "musketstgstation@gmail.com" Date: Sat, 24 Dec 2011 14:40:32 +0000 Subject: [PATCH] Fixed an accidental revert of an iconstate change from r2795 (erro, when you change the iconstate mention it in the commit log plzkthx) git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2797 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/objects/storage/belt.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/storage/belt.dm b/code/game/objects/storage/belt.dm index b5a6c6f9a8c..37c2a2f5119 100644 --- a/code/game/objects/storage/belt.dm +++ b/code/game/objects/storage/belt.dm @@ -120,8 +120,8 @@ /obj/item/weapon/storage/belt/soulstone name = "soul stone belt" desc = "Designed for ease of access to the shards during a fight, as to not let a single enemy spirit slip away" - icon_state = "utilitybelt" - item_state = "utility"//Could likely use a better one. + icon_state = "soulstonebelt" + item_state = "soulstonebelt" storage_slots = 6 can_hold = list( "/obj/item/device/soulstone"