from_ghosts ![code/game/gamemodes/dynamic/dynamic_rulesets_midround.dm 24](git.png)
Vars | |
makeBody | Whether the ruleset should call generate_ruleset_body or not. |
---|---|
required_applicants | The rule needs this many applicants to be properly executed. |
Procs | |
attempt_replacement | Fired when there are no valid candidates. Will try to roll again in a minute. |
review_applications | Here is where you can check if your ghost applicants are valid for the ruleset. Called by send_applications(). |
send_applications | This sends a poll to ghosts if they want to be a ghost spawn from a ruleset. |
Var Details
makeBody ![code/game/gamemodes/dynamic/dynamic_rulesets_midround.dm 29](git.png)
Whether the ruleset should call generate_ruleset_body or not.
required_applicants ![code/game/gamemodes/dynamic/dynamic_rulesets_midround.dm 31](git.png)
The rule needs this many applicants to be properly executed.
Proc Details
attempt_replacement
Fired when there are no valid candidates. Will try to roll again in a minute.
review_applications
Here is where you can check if your ghost applicants are valid for the ruleset. Called by send_applications().
send_applications
This sends a poll to ghosts if they want to be a ghost spawn from a ruleset.