Skip to content

Commit

Permalink
[MIRROR] Various changes to chaplain (#2748)
Browse files Browse the repository at this point in the history
Co-authored-by: Sbotkin <[email protected]>
Co-authored-by: Lexanx <[email protected]>
  • Loading branch information
3 people authored Nov 24, 2024
1 parent a99e7f1 commit 552e11b
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
/obj/item/clothing/under/rank/chaplain,
/obj/item/clothing/shoes/black,
/obj/item/clothing/suit/chaplain_hoodie,
/obj/item/clothing/head/chaplain_hood,
/obj/item/storage/candle_box = 2,
/obj/item/storage/candle_box/incense,
/obj/item/deck/tarot,
/obj/item/reagent_containers/food/drinks/bottle/holywater,
/obj/item/nullrod,
/obj/item/storage/bible,
/obj/item/storage/belt/general,
/obj/item/material/urn
/obj/item/material/urn,
/obj/item/glass_jar
)
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,10 @@
description = "A piece of cloth tied around the neck. A favorite of Sailors and Partisans everywhere."
path = /obj/item/clothing/accessory/neckerchief
flags = GEAR_HAS_COLOR_SELECTION


/datum/gear/accessory/stole
display_name = "stole, colour select"
description = "A long, colourful liturgical vestment used by Christian clergy."
path = /obj/item/clothing/accessory/stole
flags = GEAR_HAS_COLOR_SELECTION
7 changes: 7 additions & 0 deletions code/modules/clothing/suits/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
desc = "This suit says to you 'hush'!"
icon_state = "chaplain_hoodie"
body_parts_covered = UPPER_TORSO|ARMS
allowed = list (
/obj/item/nullrod,
/obj/item/storage/bible,
/obj/item/reagent_containers/food/drinks/bottle/holywater,
/obj/item/material/cross
)
valid_accessory_slots = list(ACCESSORY_SLOT_INSIGNIA, ACCESSORY_SLOT_DECOR)

//Chaplain
/obj/item/clothing/suit/nun
Expand Down
7 changes: 7 additions & 0 deletions code/modules/clothing/under/accessories/chaplain.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,10 @@
name = "chaplain insignia (taoism)"
desc = "An insignia worn by chaplains. The yin yang represents Taoism."
icon_state = "taoinsignia"


/obj/item/clothing/accessory/stole
name = "stole"
desc = "A long, colourful liturgical vestment used by Christian clergy."
icon_state = "stole"
w_class = ITEM_SIZE_SMALL
Binary file modified icons/mob/onmob/onmob_accessories.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/obj_accessories.dmi
Binary file not shown.
4 changes: 4 additions & 0 deletions maps/sierra/loadout/loadout_accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
path = /obj/item/clothing/accessory/badge/holo/investigator
allowed_roles = list(/datum/job/iaa)

/datum/gear/accessory/stole
allowed_roles = list(/datum/job/chaplain)

/datum/gear/accessory/solgov
display_name = "Solgov command insignia"
path = /obj/item/clothing/accessory/solgov/department/command
Expand Down Expand Up @@ -138,3 +141,4 @@
allowed_roles = list(/datum/job/cmo, /datum/job/senior_doctor, /datum/job/doctor, /datum/job/doctor_trainee, /datum/job/explorer_medic, /datum/job/psychiatrist, /datum/job/chemist)
flags = GEAR_HAS_NO_CUSTOMIZATION
cost = 0

3 changes: 3 additions & 0 deletions maps/torch/loadout/loadout_accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@
/datum/gear/accessory/stethoscope
allowed_roles = STERILE_ROLES

/datum/gear/accessory/stole
allowed_roles = list(/datum/job/chaplain)

/datum/gear/tactical/holster
allowed_roles = ARMED_ROLES

Expand Down
3 changes: 2 additions & 1 deletion maps/torch/torch3_deck3.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -9451,10 +9451,10 @@
/obj/machinery/light{
dir = 1
},
/obj/structure/flora/pottedplant/flower,
/obj/machinery/alarm{
pixel_y = 24
},
/obj/structure/filingcabinet,
/turf/simulated/floor/carpet/purple,
/area/chapel/office)
"wB" = (
Expand Down Expand Up @@ -10194,6 +10194,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
/obj/machinery/hologram/holopad,
/turf/simulated/floor/carpet/purple,
/area/chapel/office)
"yC" = (
Expand Down

0 comments on commit 552e11b

Please sign in to comment.