Skip to content

Commit

Permalink
Change free donation tier flag to R_ADMIN
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Dec 29, 2023
1 parent e70a8d2 commit ef387bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/don_loadout/code/donations/donations.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
donator_level = DONATION_TIER_FOUR
player.donator_info.donation_type = donator_level

if(player.holder?.rights & R_FUN)
if(player.holder?.rights & R_ADMIN)
player.donator_info.donation_type = DONATION_TIER_ADMIN

if(!was_donator)
Expand Down

0 comments on commit ef387bd

Please sign in to comment.