Skip to content
Merged
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
6 changes: 6 additions & 0 deletions code/modules/clothing/head/f13_helmets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
3 changes: 2 additions & 1 deletion code/modules/jobs/job_types/ncr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fortune13.dme
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Binary file modified icons/fallout/clothing/hats.dmi
Binary file not shown.
Binary file modified icons/fallout/onmob/clothes/head.dmi
Binary file not shown.