Skip to content

Commit

Permalink
extra space removal
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneRed committed May 27, 2024
1 parent a96bb5d commit 2118d38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/game/jobs/slot_scaling.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
return min
return floor(clamp((marine_count/factor)+c, min, max))


/proc/medic_slot_formula(playercount)
return job_slot_formula(playercount,40,1,3,5)

Expand Down

0 comments on commit 2118d38

Please sign in to comment.