diff --git a/code/__defines/misc.dm b/code/__defines/misc.dm index 4a84b66083..0a06743993 100644 --- a/code/__defines/misc.dm +++ b/code/__defines/misc.dm @@ -23,7 +23,7 @@ // Some arbitrary defines to be used by self-pruning global lists. (see master_controller) #define PROCESS_KILL 26 // Used to trigger removal from a processing list. -#define MAX_GEAR_COST 10 // Used in chargen for accessory loadout limit. +#define MAX_GEAR_COST 15 // Used in chargen for accessory loadout limit. // For secHUDs and medHUDs and variants. The number is the location of the image on the list hud_list of humans. #define HEALTH_HUD 1 // A simple line rounding the mob's number health. diff --git a/html/changelogs/EmperorJon-05_Jun._Increase_snowflake.yml b/html/changelogs/EmperorJon-05_Jun._Increase_snowflake.yml new file mode 100644 index 0000000000..43035ad588 --- /dev/null +++ b/html/changelogs/EmperorJon-05_Jun._Increase_snowflake.yml @@ -0,0 +1,6 @@ +author: EmperorJon + +delete-after: True + +changes: + - tweak: "Increased loadout points from 10 back to 15. We've added so many things like lunchboxes and communicators that everyone just takes by default, so a few more points will be nice." \ No newline at end of file