Skip to content

Commit

Permalink
TL Removal (#4715)
Browse files Browse the repository at this point in the history
# About the pull request
Removes the TL tag after an FTL is demoted from SL.


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
fix: fixed FTLs being demoted from SL erroneously having the tag TL in
chat.
/:cl:
  • Loading branch information
Kitsunemitsu committed Oct 19, 2023
1 parent 315d287 commit ca95ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/jobs/job/marine/squads.dm
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@
if(JOB_SQUAD_MEDIC)
old_lead.comm_title = "HM"
if(JOB_SQUAD_TEAM_LEADER)
old_lead.comm_title = "TL"
old_lead.comm_title = "FTL"
if(JOB_SQUAD_SMARTGUN)
old_lead.comm_title = "SG"
if(JOB_SQUAD_LEADER)
Expand Down

0 comments on commit ca95ec3

Please sign in to comment.