Skip to content

Commit

Permalink
Update staffofficer.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel authored Feb 8, 2024
1 parent 0cf870c commit c1ede9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/jobs/job/command/cic/staffofficer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
gear_preset_secondary = /datum/equipment_preset/uscm_ship/so/lesser_rank
entry_message_body = "<a href='"+WIKI_PLACEHOLDER+"'>Your job is to monitor the Marines, man the CIC, and listen to your superior officers.</a> You are in charge of logistics and the overwatch system. You are also in line to take command after other eligible superior commissioned officers."

job_options = list(FIRST_LT_VARIANT = "1stLt.", SECOND_LT_VARIANT = "2ndLt.")
job_options = list(FIRST_LT_VARIANT = "1stLt", SECOND_LT_VARIANT = "2ndLt")

/datum/job/command/bridge/set_spawn_positions(count)
spawn_positions = so_slot_formula(count)
Expand Down

0 comments on commit c1ede9c

Please sign in to comment.