Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
33 changes: 33 additions & 0 deletions modular_darkpack/modules/clothes/code/suit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,39 @@
desc = "A red hood with an ornate golden trim, marked with the emblem of House Tremere."
icon_state = "magister_hood"

/obj/item/clothing/suit/hooded/robes/apprentice
name = "apprentice robes"
desc = "A purple robe with an ornate trim, marked with the emblem of House Tremere."
icon_state = "apprentice_robes"
hoodtype = /obj/item/clothing/head/hooded/robes_hood/apprentice

/obj/item/clothing/head/hooded/robes_hood/apprentice
name = "apprentice hood"
desc = "A purple hood with an ornate trim, marked with the emblem of House Tremere."
icon_state = "apprentice_hood"

/obj/item/clothing/suit/hooded/robes/tremere_capeless
name = "capeless tremere robes"
desc = "Black robes with red highlights, marked with the emblem of House Tremere."
icon_state = "tremere_robes_capeless"
hoodtype = /obj/item/clothing/head/hooded/robes_hood/tremere_capeless

/obj/item/clothing/head/hooded/robes_hood/tremere_capeless
name = "tremere hood"
desc = "A black hood with red highlights, marked with the emblem of House Tremere."
icon_state = "tremere_hood_capeless"

/obj/item/clothing/suit/hooded/robes/magister_capeless
name = "capeless magister robes"
desc = "A red robe with an ornate golden trim, marked with the emblem of House Tremere."
icon_state = "magister_robes_capeless"
hoodtype = /obj/item/clothing/head/hooded/robes_hood/magister_capeless

/obj/item/clothing/head/hooded/robes_hood/magister_capeless
name = "magister hood"
desc = "A red hood with ornate trim, marked with the emblem of House Tremere."
icon_state = "magister_hood_capeless"

/obj/item/clothing/suit/vampire/coat
name = "brown coat"
desc = "A warm and heavy brown coat."
Expand Down
Binary file modified modular_darkpack/modules/clothes/icons/clothing.dmi
Binary file not shown.
Binary file modified modular_darkpack/modules/clothes/icons/clothing_onfloor.dmi
Binary file not shown.
Binary file modified modular_darkpack/modules/clothes/icons/worn.dmi
Binary file not shown.
Loading