code/__DEFINES/dynamic.dm
ONLY_RULESET | This is the only ruleset that should be picked this round, used by admins and should not be on rulesets in code. |
---|---|
HIGH_IMPACT_RULESET | Only one ruleset with this flag will be picked. |
LONE_RULESET | This ruleset can only be picked once. Anything that does not have a scaling_cost MUST have this. |
HIJACKED_NOTHING | No round event was hijacked this cycle |
HIJACKED_TOO_RECENT | This cycle, a round event was hijacked when the last midround event was too recent. |
HIJACKED_TOO_SOON | This cycle, a round event was hijacked when the next midround event is too soon. |
Define Details
HIGH_IMPACT_RULESET
Only one ruleset with this flag will be picked.
HIJACKED_NOTHING
No round event was hijacked this cycle
HIJACKED_TOO_RECENT
This cycle, a round event was hijacked when the last midround event was too recent.
HIJACKED_TOO_SOON
This cycle, a round event was hijacked when the next midround event is too soon.
LONE_RULESET
This ruleset can only be picked once. Anything that does not have a scaling_cost MUST have this.
ONLY_RULESET
This is the only ruleset that should be picked this round, used by admins and should not be on rulesets in code.