Skip to content

Commit

Permalink
add: Techpriest robes for chapelan (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
SantaKO1 authored and Dimach committed Apr 9, 2024
1 parent 927eaa6 commit 84d2849
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/game/objects/items/storage/boxes/clothes_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,13 @@
new /obj/item/clothing/suit/chaplainsuit/armor/studentuni(src)
new /obj/item/clothing/head/helmet/chaplain/cage(src)

/obj/item/storage/box/holy/techpriest
name = "Techpriest Kit"
typepath_for_preview = /obj/item/clothing/suit/hooded/techpriest

/obj/item/storage/box/holy/techpriest/PopulateContents()
new /obj/item/clothing/suit/hooded/chaplainsuit/techchapel(src)

/obj/item/storage/box/holy/sentinel
name = "Stone Sentinel Kit"
typepath_for_preview = /obj/item/clothing/suit/chaplainsuit/armor/ancient
Expand Down
30 changes: 30 additions & 0 deletions code/modules/jobs/job_types/chaplain/chaplain_costumes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -288,3 +288,33 @@
inhand_icon_state = "shrinehand"
body_parts_covered = CHEST|GROIN|LEGS|ARMS
flags_inv = HIDEJUMPSUIT

/obj/item/clothing/suit/hooded/chaplainsuit/techchapel
name = "techpriest suit"
desc = "A techpriest suit"
icon = 'icons/obj/clothing/suits/chaplain.dmi'
worn_icon = 'icons/mob/clothing/suits/chaplain.dmi'
icon_state = "techpriest"
inhand_icon_state = null
body_parts_covered = CHEST|GROIN|LEGS|ARMS
armor_type = /datum/armor/techpriest
hoodtype = /obj/item/clothing/head/hooded/techchapel

/datum/armor/techpriest
melee = 25
bullet = 10
laser = 10
energy = 10
fire = 40
acid = 40
wound = 20

/obj/item/clothing/head/hooded/techchapel
name = "techpriest hood"
desc = "A techpriest hood. Seems, someone just tore it from suit"
icon = 'icons/obj/clothing/head/chaplain.dmi'
worn_icon = 'icons/mob/clothing/head/chaplain.dmi'
icon_state = "techpriesthood"
body_parts_covered = HEAD
inhand_icon_state = null
flags_inv = HIDEHAIR|HIDEEARS|HIDEFACE
Binary file modified icons/mob/clothing/head/chaplain.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/suits/chaplain.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/head/chaplain.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/suits/chaplain.dmi
Binary file not shown.

0 comments on commit 84d2849

Please sign in to comment.