mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user