From ef227542e0037fa240ff2a3f5e78a62926f7df23 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Sun, 11 Jun 2017 21:03:21 -0400 Subject: [PATCH] typofix --- .../structures/crates_lockers/closets/secure/chaplain.dm | 2 +- code/modules/clothing/head/jobs.dm | 4 ++-- code/modules/clothing/suits/jobs.dm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/game/objects/structures/crates_lockers/closets/secure/chaplain.dm b/code/game/objects/structures/crates_lockers/closets/secure/chaplain.dm index 26272d66ac2..d7fdab50e5a 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/chaplain.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/chaplain.dm @@ -17,7 +17,7 @@ new /obj/item/clothing/suit/hooded/chaplain_hoodie(src) new /obj/item/clothing/suit/hooded/monk(src) new /obj/item/clothing/suit/witchhunter(src) - new /obj/item/clothing/head/witchunter_hat(src) + new /obj/item/clothing/head/witchhunter_hat(src) new /obj/item/clothing/suit/holidaypriest(src) new /obj/item/clothing/under/wedding/bride_white(src) new /obj/item/weapon/storage/backpack/cultpack (src) diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm index 5fff5ca3b7d..4a52555bf5f 100644 --- a/code/modules/clothing/head/jobs.dm +++ b/code/modules/clothing/head/jobs.dm @@ -62,8 +62,8 @@ flags = BLOCKHAIR flags_cover = HEADCOVERSEYES -/obj/item/clothing/head/witchunter_hat - name = "witchunter hat" +/obj/item/clothing/head/witchhunter_hat + name = "witchhunter hat" desc = "This hat saw much use back in the day." icon_state = "witchhunterhat" item_state = "witchhunterhat" diff --git a/code/modules/clothing/suits/jobs.dm b/code/modules/clothing/suits/jobs.dm index f28c87109fc..5d200c9d4f8 100644 --- a/code/modules/clothing/suits/jobs.dm +++ b/code/modules/clothing/suits/jobs.dm @@ -113,7 +113,7 @@ allowed = list(/obj/item/weapon/storage/bible, /obj/item/weapon/nullrod, /obj/item/weapon/reagent_containers/food/drinks/bottle/holywater, /obj/item/weapon/storage/fancy/candle_box, /obj/item/candle, /obj/item/weapon/tank/emergency_oxygen) /obj/item/clothing/suit/witchhunter - name = "witchunter garb" + name = "witchhunter garb" desc = "Dosen't weigh the same a a duck." icon_state = "witchhunter" item_state = "witchhunter"