Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UPHOLDS WORKERS RIGHT #11945

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#define PAYCHECK_ASSISTANT 30
#define PAYCHECK_ASSISTANT 15

NEET

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assistant and easy paycheck was the same one. Assistants shouldn't take 7 paychecks to get 105 credits

#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
Loading