Skip to content

Commit

Permalink
Update clf.dm
Browse files Browse the repository at this point in the history
Bot wanted a comma at the end of the skill list
  • Loading branch information
wshuwshuwshi authored Jul 5, 2024
1 parent 09ff902 commit 470e2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/skills/clf.dm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ COLONIAL LIBERATION FRONT
SKILL_ENDURANCE = SKILL_ENDURANCE_MASTER,
SKILL_ENGINEER = SKILL_ENGINEER_TRAINED,
SKILL_LEADERSHIP = SKILL_LEAD_TRAINED,
SKILL_MELEE_WEAPONS = SKILL_MELEE_TRAINED
SKILL_MELEE_WEAPONS = SKILL_MELEE_TRAINED,
)

/datum/skills/clf/leader
Expand Down

0 comments on commit 470e2a3

Please sign in to comment.