changes the price of everything to scale w/ pay

This commit is contained in:
DragonTrance
2022-06-08 18:38:41 -04:00
parent eed83f9e8c
commit a256ef54c0
38 changed files with 88 additions and 74 deletions
+2 -1
View File
@@ -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