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

аспект на мехи прикол #13860

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions code/__DEFINES/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -423,3 +423,8 @@
#define QUOTA_NEUTRAL 0
#define QUOTA_WANTED 1
#define QUOTA_UNWANTED 2

#define UPLINK_TYPE_TRAITOR "uplink_traitor"
#define UPLINK_TYPE_NUCLEAR "uplink_nuclear"
#define UPLINK_TYPE_DEALER "uplink_dealer"
#define UPLINK_TYPE_REVOLUTION "uplink_revolution"
2 changes: 1 addition & 1 deletion code/datums/components/gamemodes/syndicate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var/total_TC = 0
var/spent_TC = 0
var/uplink_uses
var/uplink_type = "traitor"
var/uplink_type = UPLINK_TYPE_TRAITOR

// Dont uplink
var/syndicate_awareness = SYNDICATE_UNAWARE
Expand Down
Loading
Loading