Skip to content

Commit

Permalink
uppercase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Legendaxe committed Apr 5, 2024
1 parent f4b337a commit 3cd8db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/donor/code/client_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
if(BIG_WORKER_TIER)
C.donator_level = BIG_WORKER_TTS_LEVEL > donator_level ? C.donator_level : donator_level
else
C.donator_level = max(c.donator_level, donator_level)
C.donator_level = max(C.donator_level, donator_level)

C.donor_loadout_points()
C.donor_character_slots()
Expand Down

0 comments on commit 3cd8db9

Please sign in to comment.