mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-30 08:06:17 +01:00
changes the price of everything to scale w/ pay
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#define BASEPAY_ASSISTANT 1
|
||||
#define BASEPAY_ROOKIE 1
|
||||
#define BASEPAY_DEFAULT 1.1
|
||||
#define BASEPAY_COMMAND 1.25
|
||||
#define BASEPAY_CAPTAIN 1.5
|
||||
|
||||
|
||||
#define PRICE_BASE (FLOOR(BASEPAY_ASSISTANT * 16, 1))
|
||||
#define PRICE_LOW (FLOOR(PRICE_BASE * 0.5, 1))
|
||||
#define PRICE_HIGH (FLOOR(PRICE_BASE * 2, 1))
|
||||
#define PRICE_EROTICA (FLOOR(PRICE_HIGH * 1.15, 1))
|
||||
#define PRICE_EXPENSIVE (FLOOR(PRICE_HIGH * 1.5), 1)
|
||||
Reference in New Issue
Block a user