Skip to content

Commit

Permalink
revert update config.dm + config.txt
Browse files Browse the repository at this point in the history
Азиз против увеличения очков просто так, увеличение будет после ребаланса. [Пруфы тут](https://discord.com/channels/617003227182792704/734823601110515882/1172536777983131708)
  • Loading branch information
Etrnlmelancholy committed Nov 10, 2023
1 parent 5a841ec commit ed4fce8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/controllers/configuration/entries/config.dm
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
/datum/config_entry/flag/disable_cid_warn_popup

/datum/config_entry/number/max_loadout_points
default = 10
default = 5

/datum/config_entry/flag/disable_ooc_emoji

Expand Down
2 changes: 1 addition & 1 deletion code/modules/client/client_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@

/client/proc/donor_loadout_points()
if(donator_level > 0 && prefs)
prefs.max_gear_slots = CONFIG_GET(number/max_loadout_points) + 10
prefs.max_gear_slots = CONFIG_GET(number/max_loadout_points) + 15

/client/proc/send_to_server_by_url(url)
if (!url)
Expand Down
2 changes: 1 addition & 1 deletion config/example/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ EXTRA_SPACE_RUIN_LEVELS_MAX 8
#DISABLE_CID_WARN_POPUP

## How many loadout points players may spend in character setup
#MAX_LOADOUT_POINTS 10
#MAX_LOADOUT_POINTS 5

# How many minutes players must wait, from round start, before they can ghost out
# and still qualify for re-entering the round. Defaults to 30.
Expand Down

0 comments on commit ed4fce8

Please sign in to comment.