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
12 changes: 11 additions & 1 deletion code/modules/clothing/head/helmets/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,21 @@
desc = "A steel nasal helmet, usually worn by the guards of any respectable fief."
icon_state = "nasal"
sellprice = VALUE_STEEL_SMALL_ITEM
smeltresult = /obj/item/ingot/iron
smeltresult = /obj/item/ingot/steel_slag
body_parts_covered = COVERAGE_NASAL
max_integrity = INTEGRITY_STRONGEST
item_weight = 2.3 KILOGRAMS

/obj/item/clothing/head/helmet/nasal/iron
name = "nasal helmet"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name = "nasal helmet"
name = "iron nasal helmet"

desc = "A iron nasal helmet, usually worn by the guards of any somewhat respectable fief."

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
desc = "A iron nasal helmet, usually worn by the guards of any somewhat respectable fief."
desc = "An iron nasal helmet, usually worn by the guards of any somewhat respectable fief."

icon_state = "ironnasal"
sellprice = VALUE_CHEAP_IRON_HELMET
smeltresult = /obj/item/ingot/iron
body_parts_covered = COVERAGE_NASAL
max_integrity = INTEGRITY_STRONG
item_weight = 2.0 KILOGRAMS

//................ Gallowglass ............... //

/obj/item/clothing/head/helmet/gallowglass
Expand Down
4 changes: 2 additions & 2 deletions code/modules/crafting/anvil_recipes/armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@
additional_items = list(/obj/item/ingot/gold)

/datum/anvil_recipe/armor/iron/nasal_helmet
name = "Nasal helmet"
created_item = /obj/item/clothing/head/helmet/nasal
name = "Iron Nasal Helmet"
created_item = /obj/item/clothing/head/helmet/nasal/iron

/datum/anvil_recipe/armor/iron/skullcap
name = "x2 Skullcap"
Expand Down
Binary file modified icons/roguetown/clothing/head.dmi
Binary file not shown.
Binary file modified icons/roguetown/clothing/onmob/head.dmi
Binary file not shown.
Binary file modified icons/roguetown/clothing/onmob/pants.dmi
Binary file not shown.
Binary file modified icons/roguetown/clothing/pants.dmi
Binary file not shown.
Loading