Skip to content

Commit

Permalink
Update economy.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
ClownMoff committed Nov 25, 2024
1 parent 0f9930c commit 480d554
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/__DEFINES/economy.dm
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#define STARTING_PAYCHECKS 5

#define PAYCHECK_ASSISTANT 10
#define PAYCHECK_MINIMAL 10
#define PAYCHECK_EASY 15
#define PAYCHECK_MEDIUM 40
#define PAYCHECK_HARD 70
#define PAYCHECK_ASSISTANT 30
#define PAYCHECK_MINIMAL 30
#define PAYCHECK_EASY 35
#define PAYCHECK_MEDIUM 60
#define PAYCHECK_HARD 90
// given from nanotrasen to heads
#define PAYCHECK_COMMAND_NT 20
// given from department budget
Expand Down

0 comments on commit 480d554

Please sign in to comment.