mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
Added Ausops new cult robes, hood, armour, shoes. These now spawn from the armour talisman.
Moved the red magus robes to be a wizrobe variant, put the red robes on the wizard shuttle. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3823 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -982,12 +982,12 @@ var/list/sacrificed = list()
|
||||
usr.whisper("N'ath reth sh'yro eth d'raggathnor!")
|
||||
usr.visible_message("\red Rune disappears with a flash of red light, and a set of armor appears on you..", \
|
||||
"\red You are blinded by the flash of red light! After you're able to see again, you see that you are now wearing a set of armor.")
|
||||
//user.equip_if_possible(new /obj/item/clothing/shoes/jackboots(user), user.slot_shoes)
|
||||
//user.equip_if_possible(new /obj/item/clothing/suit/cultrobes(user), user.slot_wear_suit)
|
||||
//user.equip_if_possible(new /obj/item/clothing/head/culthood(user), user.slot_head)
|
||||
user.equip_if_possible(new /obj/item/clothing/shoes/cult(user), user.slot_shoes)
|
||||
user.equip_if_possible(new /obj/item/clothing/suit/cultrobes/alt(user), user.slot_wear_suit)
|
||||
user.equip_if_possible(new /obj/item/clothing/head/culthood/alt(user), user.slot_head)
|
||||
//user.equip_if_possible(new /obj/item/clothing/gloves/black(user), user.slot_gloves)
|
||||
user.equip_if_possible(new /obj/item/clothing/suit/magusred(user), user.slot_wear_suit)
|
||||
user.equip_if_possible(new /obj/item/clothing/head/magus(user), user.slot_head)
|
||||
//user.equip_if_possible(new /obj/item/clothing/suit/magusred(user), user.slot_wear_suit)
|
||||
//user.equip_if_possible(new /obj/item/clothing/head/magus(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/weapon/storage/backpack/cultpack(user), user.slot_back)
|
||||
del(src)
|
||||
|
||||
Reference in New Issue
Block a user