Skip to content

Commit

Permalink
Fixes job thing and SG bat
Browse files Browse the repository at this point in the history
  • Loading branch information
spartanbobby committed Jul 23, 2023
1 parent 11cb5be commit 626aa05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/gear_presets/forcon_survivors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@

/datum/equipment_preset/survivor/forecon/marksman
name = "Survivor - USCM Reconnaissance Designated Marksman"
assignment = "Reconnaissance Marksman"
rank = JOB_FORECON_MARKSMAN
assignment = JOB_FORECON_MARKSMAN
skills = /datum/skills/military/survivor/forecon_marksman

/datum/equipment_preset/survivor/forecon/marksman/load_gear(mob/living/carbon/human/new_human)
Expand All @@ -164,6 +163,7 @@
new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/m1911(new_human), WEAR_IN_BELT)
new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/m1911(new_human), WEAR_IN_BELT)
new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/m1911(new_human), WEAR_IN_BELT)
new_human.equip_to_slot(new /obj/item/smartgun_battery(new_human), WEAR_IN_BACK)
add_forecon_weapon(new_human)
spawn_random_headgear(new_human)
add_forecon_equipment(new_human)
Expand Down

0 comments on commit 626aa05

Please sign in to comment.