From 90b731c57a3b2148edc394cd79a502e7dc02645f Mon Sep 17 00:00:00 2001 From: Lorenc Pekaj Date: Thu, 30 May 2019 20:24:31 +1000 Subject: [PATCH] players lose 5% of their stock if a stock drops 80% --- gamemodes/irresistible/cnr/features/stocks/stocks.pwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamemodes/irresistible/cnr/features/stocks/stocks.pwn b/gamemodes/irresistible/cnr/features/stocks/stocks.pwn index 2ae2141..846d503 100644 --- a/gamemodes/irresistible/cnr/features/stocks/stocks.pwn +++ b/gamemodes/irresistible/cnr/features/stocks/stocks.pwn @@ -36,7 +36,7 @@ static const Float: STOCK_DEFAULT_START_DONATIONS = 0.0; // the default amount t static const Float: STOCK_DEFAULT_START_PRICE = 0.0; // the default starting price for a new report (useless) static const Float: STOCK_BANKRUPTCY_PERCENT = -80.0; // the % that makes a company go bankrupt -static const Float: STOCK_BANKRUPTCY_LOSS_PERCENT = 20.0; // the % that is lost by the user when a stock drops +static const Float: STOCK_BANKRUPTCY_LOSS_PERCENT = 5.0; // the % that is lost by the user when a stock drops // static const Float: STOCK_BANKRUPTCY_MIN_PERCENT = -5.0; // the % that should make a company go bankrupt 'again' after it is $1 /* ** Variables ** */