Skip to content

Commit

Permalink
Reporter preset differentiation
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 22, 2023
1 parent 2a77b4c commit f657ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/gear_presets/uscm_ship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
//*****************************************************************************************************/

/datum/equipment_preset/uscm_ship/reporter
name = "Combat Correspondent"
name = "Combat Correspondent (CIV)"
flags = EQUIPMENT_PRESET_START_OF_ROUND

access = list(
Expand Down Expand Up @@ -142,7 +142,7 @@
new_human.equip_to_slot_or_del(new /obj/item/notepad(new_human), WEAR_IN_BACK)

/datum/equipment_preset/uscm_ship/reporter_uscm
name = "Combat Correspondent"
name = "Combat Correspondent (USCM)"
flags = EQUIPMENT_PRESET_START_OF_ROUND|EQUIPMENT_PRESET_MARINE
access = list(
ACCESS_MARINE_COMMAND,
Expand Down

0 comments on commit f657ea8

Please sign in to comment.