Skip to content

Commit

Permalink
Decreases Captain Bank account to 300k, fixes moebius name in paycheck (
Browse files Browse the repository at this point in the history
#8325)

* Captain now only gets 300k

no more infinite money

* Corp to Labs

fixed Moebius company being named wrong thing
  • Loading branch information
ValoTheValo authored Nov 3, 2023
1 parent 62861fe commit a664e34
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/game/jobs/department.dm
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
In future, we will implement largescale missions and research contracts to earn money, and then set it
to a much lower starting value
*/
account_initial_balance = 2000000
account_initial_balance = 300000


/*************
Expand Down Expand Up @@ -72,14 +72,14 @@
*******************/
//Departments subsidised by an external organisation. These pay their own employees
/datum/department/moebius_medical
name = "Moebius Corp: Medical Division"
name = "Moebius Labs: Medical Division"
id = DEPARTMENT_MEDICAL
funding_source = "Moebius Corp."
funding_source = "Moebius Labs."

/datum/department/moebius_research
name = "Moebius Corp: Research Division"
name = "Moebius Labs: Research Division"
id = DEPARTMENT_SCIENCE
funding_source = "Moebius Corp."
funding_source = "Moebius Labs."

/datum/department/church
name = "Church of NeoTheology"
Expand Down

0 comments on commit a664e34

Please sign in to comment.