mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-14 01:02:58 +01:00
changes the price of everything to scale w/ pay
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
/// The pin number that the owner wanted. Not set by default, so anyone can just steal your ID if you don't remember to set it
|
||||
var/account_pin
|
||||
/// The base amount of pay you get per paycheck
|
||||
var/base_pay = 60
|
||||
/// At the moment of documenting this, the base pay is 80
|
||||
var/base_pay = PRICE_BASE * 5
|
||||
/// The linked job datum for this bank account, for calculating unique base payment for each job
|
||||
var/datum/job/account_job
|
||||
/// The associated ID, for letting the card-holder know when a paycheck is processed
|
||||
|
||||
Reference in New Issue
Block a user