TG Updates: Separated empty soul belts and full soul belts for consistency with utility belts.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2796 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
musketstgstation@gmail.com
2012-03-01 19:52:23 +00:00
committed by Hawk-v3
parent 3230ddcd25
commit 88ac61af67
+3 -3
View File
@@ -147,14 +147,14 @@
/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 = "soulstonebelt"
item_state = "soulstonebelt"
icon_state = "utilitybelt"
item_state = "utility"//Could likely use a better one.
storage_slots = 6
can_hold = list(
"/obj/item/device/soulstone"
)
/obj/item/weapon/storage/belt/soulstone/New()
/obj/item/weapon/storage/belt/soulstone/full/New()
..()
new /obj/item/device/soulstone(src)
new /obj/item/device/soulstone(src)