mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-26 06:06:17 +01:00
more balancing
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
#define BASEPAY_CAPTAIN 1.65
|
||||
|
||||
|
||||
#define PRICE_BASE (BASEPAY_ASSISTANT * 16)
|
||||
#define PRICE_LOW (PRICE_BASE * 0.75)
|
||||
#define PRICE_HIGH (PRICE_BASE * 2)
|
||||
#define PRICE_EROTICA (PRICE_HIGH * 1.15)
|
||||
#define PRICE_BASE (BASEPAY_ASSISTANT * 32)
|
||||
#define PRICE_DEFAULT (PRICE_BASE * 0.5)
|
||||
#define PRICE_LOW (PRICE_DEFAULT * 0.75)
|
||||
#define PRICE_HIGH (PRICE_DEFAULT * 2)
|
||||
#define PRICE_EROTICA (PRICE_DEFAULT * 1.75)
|
||||
#define PRICE_EXPENSIVE (PRICE_HIGH * 1.5)
|
||||
|
||||
Reference in New Issue
Block a user