We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcaa0fd commit 96b9b8cCopy full SHA for 96b9b8c
code/modules/jobs/job_types/roguetown/adventurer/types/combat/warrior.dm
@@ -80,7 +80,7 @@
80
head = /obj/item/clothing/head/roguetown/helmet/kettle
81
else // High roller gets an iron chain coif and nasal helmet
82
neck = /obj/item/clothing/neck/roguetown/chaincoif/iron
83
- head = /obj/item/clothing/head/roguetown/helmet
+ head = /obj/item/clothing/head/roguetown/helmet/nasal
84
85
H.change_stat("strength", 2)
86
H.change_stat("endurance", 1)
0 commit comments