Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
8 changes: 4 additions & 4 deletions code/modules/cargo/supply_packs/apparel.dm
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
contains = /obj/item/clothing/pants/trou/beltpants

/datum/supply_pack/apparel/atgervi_trousers
name = "Atgervi Trousers"
name = "Fur Pants"
cost = 35
contains = /obj/item/clothing/pants/trou/leather/atgervi

Expand Down Expand Up @@ -465,7 +465,7 @@
contains = /obj/item/clothing/shoes/anklets

/datum/supply_pack/apparel/otavan_boots
name = "Otavan Boots"
name = "Grenzelhoftian Leather Boots"
cost = 30
contains = /obj/item/clothing/shoes/otavan

Expand All @@ -485,7 +485,7 @@
contains = /obj/item/clothing/shoes/boots/clothlinedanklets

/datum/supply_pack/apparel/atgervi_boots
name = "Atgervie Boots"
name = "Fur-Lined Boots"
cost = 30
contains = /obj/item/clothing/shoes/boots/leather/atgervi

Expand Down Expand Up @@ -522,7 +522,7 @@
contains = /obj/item/clothing/gloves/angle/atgervi

/datum/supply_pack/apparel/otavan_gloves
name = "Otavan Gloves"
name = "Grenzelhoftian Leather Gloves"
cost = 25
contains = /obj/item/clothing/gloves/leather/otavan

Expand Down
6 changes: 3 additions & 3 deletions code/modules/cargo/supply_packs/armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
contains = /obj/item/clothing/head/helmet/sallet/elven

/datum/supply_pack/armor/steel/atgervihelm
name = "Atgervi Helm"
name = "Owl Helmet"
cost = 60
contains = /obj/item/clothing/head/helmet/bascinet/atgervi

Expand Down Expand Up @@ -274,7 +274,7 @@
// SHIRT ARMOR

/datum/supply_pack/armor/steel/atgervichest
name = "Atgervi Hauberk"
name = "Dwarven Hauberk"
cost = 95
contains = /obj/item/clothing/armor/chainmail/hauberk/atgervi

Expand Down Expand Up @@ -306,7 +306,7 @@
contains = /obj/item/clothing/gloves/plate

/datum/supply_pack/armor/steel/atgervigloves
name = "Atgervi Gloves"
name = "Fur-Lined Gloves"
cost = 55
contains = /obj/item/clothing/gloves/plate/atgervi

Expand Down
4 changes: 2 additions & 2 deletions code/modules/cargo/supply_packs/weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
contains = /obj/item/weapon/shield/tower

/datum/supply_pack/weapons/shield/atgervishield
name = "Atgervi Shield"
name = "Dwarven Kite Shield"
cost = 30
contains = /obj/item/weapon/shield/atgervi

Expand Down Expand Up @@ -212,7 +212,7 @@
contains = /obj/item/weapon/polearm/spear/assegai/steel

/datum/supply_pack/weapons/steel/atgervi
name = "Steel Atgervi Axe"
name = "Steel Bearded Axe"
cost = 60
contains = /obj/item/weapon/axe/steel/atgervi

Expand Down
4 changes: 2 additions & 2 deletions code/modules/clothing/outfits/atveri.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

/obj/item/clothing/armor/leather/atgervi/masterwork
name = "masterwork shaman's coat"
desc = "This coat was masterfully hand crafted with dendors blessing, and interwined with the fur and hide of beasts of the true, untamed wilds, often made by hand masterfully from a dangerous beast killed in the bearer's many hunts."
desc = "This coat was masterfully hand crafted with Dendor's blessing, and interwined with the fur and hide of beasts of the true, untamed wilds, often made by hand masterfully from a dangerous beast killed in the bearer's many hunts."
max_integrity = INTEGRITY_STRONG + 100
prevent_crits = ALL_EXCEPT_STAB
armor_type = /datum/armor/leather/master
Expand Down Expand Up @@ -119,7 +119,7 @@
experimental_onhip = FALSE

/obj/item/clothing/shoes/boots/leather/atgervi
name = "atgervi leather boots"
name = "fur-lined leather boots"
desc = "A pair of strong leather boots, designed to endure battle and the chill of the frozen north both."
icon_state = "atgervi_boots"
item_state = "atgervi_boots"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@
category = "Hat"

/datum/repeatable_crafting_recipe/leather/atgervi_boots
name = "atgervi leather boots"
name = "fur-lined leather boots"
output = /obj/item/clothing/shoes/boots/leather/atgervi
requirements = list(
/obj/item/natural/hide/cured = 1
Expand Down
Loading