Skip to content

Commit

Permalink
String Fix for Civilian Title
Browse files Browse the repository at this point in the history
Missed it in the batch.
  • Loading branch information
FslashN committed Apr 5, 2024
1 parent 2e51912 commit 8abf60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/gear_presets/uscm_ground.dm
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@

/datum/equipment_preset/uscm_ground/civilian/load_preset()
spec = pick(CIVILIAN_BIOLOGIST, CIVILIAN_ARACHAEOLOGIST, CIVILIAN_ANTHROPOLOGIST, CIVILIAN_LINGUIST)
assignment = initial(assignment) + "- [spec]"
assignment = initial(assignment) + ": [spec]"

if(spec == CIVILIAN_LINGUIST)
languages = ALL_HUMAN_LANGUAGES //Linguists get all human languages, but they have fewer skills.
Expand Down

0 comments on commit 8abf60f

Please sign in to comment.