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

View File

@@ -57,6 +57,12 @@
flags = 259.0
max_w_class = 3
max_combined_w_class = 20
/obj/item/weapon/storage/backpack/cultpack
name = "Trophy Rack"
desc = "A backpack and trophy rack, useful for both carrying extra gear and proudly declaring your insanity "
icon_state = "cultpack"
/*
/obj/item/weapon/storage/lbe
name = "Load Bearing Equipment"

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

View File

@@ -53,6 +53,7 @@
new /obj/item/clothing/suit/holidaypriest(src)
new /obj/item/clothing/suit/hastur (src)
new /obj/item/clothing/head/hasturhood (src)
new /obj/item/weapon/storage/backpack/cultpack (src)
new /obj/item/weapon/candlepack(src)
new /obj/item/weapon/candlepack(src)
return