Skip to content

Commit

Permalink
DDD
Browse files Browse the repository at this point in the history
  • Loading branch information
spartanbobby committed Jul 18, 2023
1 parent 28a469f commit 3fa0bfd
Show file tree
Hide file tree
Showing 3 changed files with 767 additions and 695 deletions.
2 changes: 2 additions & 0 deletions code/modules/clothing/suits/marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,8 @@ var/list/squad_colors_chat = list(rgb(230,125,125), rgb(255,230,80), rgb(255,150
/obj/item/clothing/suit/storage/marine/ghillie/forecon
name = "USCM Thermal Parka"
desc = "FORECON"
icon_state = "mercenary_miner_armor"
flags_atom = MOB_LOCK_ON_EQUIP|NO_SNOW_TYPE

/obj/item/clothing/suit/storage/marine/sof
name = "\improper SOF Armor"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/gear_presets/forcon_survivors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/drinks/flask/marine(new_human), WEAR_IN_ACCESSORY)
new_human.equip_to_slot_or_del(new /obj/item/facepaint/sniper(new_human), WEAR_IN_ACCESSORY)
new_human.equip_to_slot_or_del(new /obj/item/storage/box/MRE(new_human), WEAR_IN_ACCESSORY)
new_human.equip_to_slot_or_del(new /obj/item/device/flashlight(new_human), WEAR_J_STORE)
new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/general_belt(new_human), WEAR_J_STORE)
new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar/tactical(new_human), WEAR_IN_JACKET)
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife(new_human), WEAR_FEET)
new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK)
Expand Down
Loading

0 comments on commit 3fa0bfd

Please sign in to comment.