Skip to content

Commit

Permalink
Added a new cult themed backpack. Can be summoned with the cult equip…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
kortgstation@gmail.com committed Sep 19, 2011
1 parent 7e73121 commit 451ebb2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/defines/obj/storage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions code/game/magic/cultist/runes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions code/game/objects/closets/wardrobe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified icons/mob/back.dmi
Binary file not shown.
Binary file modified icons/mob/items_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/items_righthand.dmi
Binary file not shown.
Binary file modified icons/obj/storage.dmi
Binary file not shown.

0 comments on commit 451ebb2

Please sign in to comment.