Skip to content

Commit

Permalink
Update squads.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
SerheyKr committed Aug 22, 2024
1 parent e247e31 commit b7f318d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/jobs/job/marine/squads.dm
Original file line number Diff line number Diff line change
Expand Up @@ -658,14 +658,14 @@
if (FACTION_UPP)
switch(GET_DEFAULT_ROLE(old_lead.job))
if(JOB_UPP_SPECIALIST)
old_lead.comm_title = "Spc"
old_lead.comm_title = "Spec"
if(JOB_UPP_ENGI)
old_lead.comm_title = "ComTech"
old_lead.comm_title = "Sapper"
if(JOB_UPP_MEDIC)
old_lead.comm_title = "Med"
if(JOB_UPP_LEADER)
if(!leader_killed)
old_lead.comm_title = "Sgt"
old_lead.comm_title = "MSzh"
else
old_lead.comm_title = "Sld"
if(GET_DEFAULT_ROLE(old_lead.job) != JOB_UPP_LEADER || !leader_killed)
Expand Down

0 comments on commit b7f318d

Please sign in to comment.