mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-23 12:46:17 +01:00
1 paycheck every 15 minutes, in 5-minute intervals
This commit is contained in:
@@ -20,4 +20,4 @@ SUBSYSTEM_DEF(economy)
|
||||
* job datums if the respective one is null. You can pass zero arguments here and you'd get the "default" amount of a paycheck.
|
||||
*/
|
||||
/datum/controller/subsystem/economy/proc/GetPaycheck(datum/bank_account/account, datum/job/job, multiplier=1)
|
||||
return FLOOR(account:base_pay * job:base_paycheck_multiplier * multiplier, 1)
|
||||
return FLOOR((account:base_pay * job:base_paycheck_multiplier * multiplier) / 3, 1)
|
||||
|
||||
Reference in New Issue
Block a user