Added a new cult themed backpack. Can be summoned with the cult equip rune (if your back slot is empty) and one starts in the Chaplains locker.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2228 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
kortgstation@gmail.com
2011-09-19 06:12:37 +00:00
parent 7e73121ecd
commit 451ebb2d75
7 changed files with 8 additions and 0 deletions
+1
View File
@@ -953,5 +953,6 @@ var/list/sacrificed = list()
user.equip_if_possible(new /obj/item/clothing/head/culthood(user), user.slot_head)
user.equip_if_possible(new /obj/item/weapon/melee/cultblade(user), user.slot_r_hand)
user.equip_if_possible(new /obj/item/clothing/gloves/black(user), user.slot_gloves)
user.equip_if_possible(new /obj/item/weapon/storage/backpack/cultpack(user), user.slot_back)
del(src)
return