mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
So that research doesn't become stupid rich for their job
This commit is contained in:
@@ -114,6 +114,7 @@
|
||||
msg="We see that you completed [newunits] new unit[newunits>1?"s":""] for Task #[count]! "
|
||||
pay=objective.completion_payment * newunits
|
||||
objective.units_compensated += newunits
|
||||
objective.is_completed() // So we don't get many messages regarding completion
|
||||
else if(!objective.completed)
|
||||
if(objective.is_completed())
|
||||
pay=objective.completion_payment
|
||||
@@ -124,7 +125,7 @@
|
||||
var/datum/transaction/T = new()
|
||||
T.target_name = "[command_name()] Payroll"
|
||||
T.purpose = "Payment"
|
||||
T.amount = objective.completion_payment
|
||||
T.amount = pay
|
||||
T.date = current_date_string
|
||||
T.time = worldtime2text()
|
||||
T.source_terminal = "\[CLASSIFIED\] Terminal #[rand(111,333)]"
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
// MAXIMUM SCIENCE
|
||||
/datum/job_objective/further_research
|
||||
completion_payment = 50
|
||||
per_unit = 5
|
||||
completion_payment = 5
|
||||
per_unit = 1
|
||||
|
||||
/datum/job_objective/further_research/get_description()
|
||||
var/desc = "Research tech levels, and have cargo ship them to centcomm."
|
||||
|
||||
Reference in New Issue
Block a user