mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Adminspawn Cultstuff (#8296)
This commit is contained in:
@@ -380,4 +380,33 @@
|
||||
r_pocket = null
|
||||
l_hand = null
|
||||
|
||||
backpack_contents = null
|
||||
backpack_contents = null
|
||||
|
||||
/datum/outfit/admin/syndicate/cultist
|
||||
name = "Cultist"
|
||||
allow_backbag_choice = FALSE
|
||||
|
||||
head = /obj/item/clothing/head/culthood/alt
|
||||
uniform = /obj/item/clothing/under/serviceoveralls
|
||||
suit = /obj/item/clothing/suit/cultrobes/alt
|
||||
back = /obj/item/storage/backpack/cultpack
|
||||
belt = /obj/item/book/tome
|
||||
gloves = null
|
||||
shoes = /obj/item/clothing/shoes/cult
|
||||
l_ear = null
|
||||
id = null
|
||||
r_pocket = null
|
||||
backpack_contents = null
|
||||
|
||||
r_hand = /obj/item/melee/cultblade
|
||||
|
||||
/datum/outfit/admin/syndicate/cultist/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
|
||||
return
|
||||
|
||||
/datum/outfit/admin/syndicate/cultist/super
|
||||
name = "Super Cultist"
|
||||
|
||||
head = /obj/item/clothing/head/helmet/space/cult
|
||||
suit = /obj/item/clothing/suit/space/cult
|
||||
|
||||
suit_store = /obj/item/gun/energy/rifle/cult
|
||||
Reference in New Issue
Block a user