Cargo Spawn Fix (#9201)

Cargo warehouse now has the proper amount of stock to account for two Z-levels.
This commit is contained in:
Geeves
2020-06-24 22:12:49 +02:00
committed by GitHub
parent 014c38f282
commit d1cfeafa11
2 changed files with 7 additions and 1 deletions

View File

@@ -225,7 +225,7 @@
//Cargo random stock vars
//These are used in randomstock.dm
//And also for generating random loot crates in crates.dm
#define TOTAL_STOCK 100//The total number of items we'll spawn in cargo stock
#define TOTAL_STOCK 200//The total number of items we'll spawn in cargo stock
#define STOCK_UNCOMMON_PROB 23
//The probability, as a percentage for each item, that we'll choose from the uncommon spawns list