mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user