Soulstone belts and engineering belts are not the same things, KOR

Fixed engineers starting with a belt full of soulstones caused by KOR in r2777.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2795 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-12-24 14:29:09 +00:00
parent a35f7a8915
commit 3e08db1851
3 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -120,14 +120,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 = "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"
)
/obj/item/weapon/storage/belt/utility/full/New()
/obj/item/weapon/storage/belt/soulstone/New()
..()
new /obj/item/device/soulstone(src)
new /obj/item/device/soulstone(src)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 776 B

After

Width:  |  Height:  |  Size: 969 B