code/__DEFINES/dynamic.dm ![code/__DEFINES/dynamic.dm0](git.png)
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 ![code/__DEFINES/dynamic.dm 5](git.png)
Only one ruleset with this flag will be picked.
HIJACKED_NOTHING ![code/__DEFINES/dynamic.dm 11](git.png)
No round event was hijacked this cycle
HIJACKED_TOO_RECENT ![code/__DEFINES/dynamic.dm 14](git.png)
This cycle, a round event was hijacked when the last midround event was too recent.
HIJACKED_TOO_SOON ![code/__DEFINES/dynamic.dm 17](git.png)
This cycle, a round event was hijacked when the next midround event is too soon.
LONE_RULESET ![code/__DEFINES/dynamic.dm 8](git.png)
This ruleset can only be picked once. Anything that does not have a scaling_cost MUST have this.
ONLY_RULESET ![code/__DEFINES/dynamic.dm 2](git.png)
This is the only ruleset that should be picked this round, used by admins and should not be on rulesets in code.