Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion code/modules/clothing/rogueclothes/armor/t13armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,19 @@
body_parts_covered = COVERAGE_FULL
sellprice = 800 //kill the enemy's diplomat for insane amounts of money

/obj/item/clothing/suit/roguetown/armor/leather/consulo2
name = "consulo's silk coat"
desc = "A stylish, padded coat, made of fine silk and leather. With luck, it'll only be stained with ink, not blood."
icon_state = "noblecoat"
item_state = "noblecoat"
sleevetype = "noblecoat"
detail_tag = "_detail"
detail_color = "#4A310E"
color = "#681818"
boobed = TRUE
body_parts_covered = COVERAGE_FULL
sellprice = 400

/obj/item/clothing/suit/roguetown/armor/leather/envoy
name = "envoy's coat"
desc = "A stylish piece, meant to showcase Perserdun's strong economy."
Expand Down Expand Up @@ -235,4 +248,4 @@
strip_delay = 1 SECONDS
smelt_bar_num = 2
max_integrity = ARMOR_INT_CHEST_PLATE_IRON
body_parts_covered = CHEST | GROIN | VITALS | LEGS | ARMS | NECK
body_parts_covered = CHEST | GROIN | VITALS | LEGS | ARMS | NECK
4 changes: 2 additions & 2 deletions code/modules/jobs/job_types/roguetown/risvonian/consulo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
total_positions = 1
spawn_positions = 1
allowed_races = RACES_TEMPERANCE_NONCOMBATANT
allowed_sexes = list(MALE)
allowed_sexes = list(MALE, FEMALE)
allowed_ages = list(AGE_ADULT, AGE_MIDDLEAGED)

tutorial = "You're a diplomat to the local Caprito. \
Expand Down Expand Up @@ -37,7 +37,7 @@

/datum/outfit/job/roguetown/consulo/pre_equip(mob/living/carbon/human/H)
shirt = /obj/item/clothing/suit/roguetown/armor/gambeson/lord
armor = /obj/item/clothing/suit/roguetown/armor/leather/consulo
armor = /obj/item/clothing/suit/roguetown/armor/leather/consulo2
cloak = /obj/item/clothing/cloak/templar/malumite
shoes = /obj/item/clothing/shoes/roguetown/boots/leather/reinforced
pants = /obj/item/clothing/under/roguetown/heavy_leather_pants
Expand Down
Binary file modified icons/roguetown/clothing/armor.dmi
Binary file not shown.
Binary file modified icons/roguetown/clothing/onmob/armor.dmi
Binary file not shown.
Loading