diff --git a/code/modules/clothing/head/f13_helmets.dm b/code/modules/clothing/head/f13_helmets.dm index 832981e324..12f8eec633 100644 --- a/code/modules/clothing/head/f13_helmets.dm +++ b/code/modules/clothing/head/f13_helmets.dm @@ -769,6 +769,12 @@ item_state = "mutie_ncr_ranger" species_restricted = list("exclude","Human","Ghoul") +/obj/item/clothing/head/helmet/f13/ncr/patrol/helmet + name = "NCR patrol helmet" + desc = "A combat helmet hand-manufactured in the NCR and issued to patrol rangers." + icon_state = "ncr_patrol_helmet" + item_state = "ncr_patrol_helmet" + /obj/item/clothing/head/helmet/f13/ncr/veteran name = "NCR veteran ranger combat helmet" desc = "An old combat helmet, out of use around the time of the war." diff --git a/code/modules/jobs/job_types/ncr.dm b/code/modules/jobs/job_types/ncr.dm index 9734a17307..a1f6086033 100644 --- a/code/modules/jobs/job_types/ncr.dm +++ b/code/modules/jobs/job_types/ncr.dm @@ -688,7 +688,8 @@ Weapons Service Rifle, Grease Gun, 9mm pistol, all good. /obj/item/ammo_box/magazine/m556/rifle/extended = 1, /obj/item/gun/ballistic/revolver/m29 = 1, /obj/item/ammo_box/m44 = 2, - /obj/item/clothing/head/helmet/f13/ncr/patrol = 1 + /obj/item/clothing/head/helmet/f13/ncr/patrol = 1, + /obj/item/clothing/head/helmet/f13/ncr/patrol/helmet = 1 ) /datum/outfit/loadout/rangerrecon diff --git a/fortune13.dme b/fortune13.dme index 41d4a79f01..cf66731f30 100644 --- a/fortune13.dme +++ b/fortune13.dme @@ -3785,8 +3785,8 @@ #include "code\modules\WVM\wmv_buyer.dm" #include "code\modules\WVM\wvm.dm" #include "code\modules\WVM\vending_machines\caravan.dm" -#include "code\modules\WVM\vending_machines\techweb_file.dm" #include "code\modules\WVM\vending_machines\design_file.dm" +#include "code\modules\WVM\vending_machines\techweb_file.dm" #include "code\modules\zombie\items.dm" #include "code\modules\zombie\organs.dm" #include "fallout\misc\staffchat.dm" diff --git a/icons/fallout/clothing/hats.dmi b/icons/fallout/clothing/hats.dmi index 8f23c79309..72eb1b16b6 100644 Binary files a/icons/fallout/clothing/hats.dmi and b/icons/fallout/clothing/hats.dmi differ diff --git a/icons/fallout/onmob/clothes/head.dmi b/icons/fallout/onmob/clothes/head.dmi index 5fdf55de7d..398f3f4c8d 100644 Binary files a/icons/fallout/onmob/clothes/head.dmi and b/icons/fallout/onmob/clothes/head.dmi differ