invalid
Procs | |
equip_antag | Set up an antag with default equipment, objectives etc as they would be in mixed Should only be used for roundstart setup |
---|---|
get_possible_enemies | |
victory_body | Body of the victory message |
victory_headline | Headline of the victory message |
victory_msg | An optional message to indicate who won the round |
Proc Details
equip_antag
Set up an antag with default equipment, objectives etc as they would be in mixed Should only be used for roundstart setup
get_possible_enemies
-
Get a list of viable candidates for an antagonist type and expected number of antagonists, taking antagonist preferences into account if possible.
-
Arguments:
-
- type - requested antagonist type.
-
- number - requested number of antagonists. If it can't find that many it will try to look again, but ignoring antagonist preferences.
-
- allow_carbon - if this proc is ran mid-round this allows for /mob/living/carbon to be included in the list of candidates. (normally only new_player)
-
- filter_proc - a proc that takes a mob and returns TRUE if it should be included in the list of candidates.
-
- force_fill - if true, if not enough players have the role selectied, randomly select from all other players as well
victory_body
Body of the victory message
victory_headline
Headline of the victory message
victory_msg
An optional message to indicate who won the round