battle_royale
Implant used by the traitor Battle Royale objective, is not active immediately
Vars | |
area_limited | Are we enforcing a specific area yet? |
---|---|
battle_started | Is this implant active yet? |
camera | Reference to our applied camera component |
has_exploded | Are we presently exploding? |
limited_areas | We will explode if we're not in here after a set time |
removed_explode_chance | How likely are we to blow up if removed? |
target_area_name | Where is this going to tell us to go to avoid death? |
Procs | |
announce | Add the antag datum to our new contestant, also printing some flavour text |
check_area | Called when our implantee moves somewhere |
check_area_deadly | After a grace period they're still out of bounds, killing time |
limit_areas | Limit the owner to the specified area |
on_life | Give a slight tell |
start_battle | Start the battle royale |
Var Details
area_limited
Are we enforcing a specific area yet?
battle_started
Is this implant active yet?
camera
Reference to our applied camera component
has_exploded
Are we presently exploding?
limited_areas
We will explode if we're not in here after a set time
removed_explode_chance
How likely are we to blow up if removed?
target_area_name
Where is this going to tell us to go to avoid death?
Proc Details
announce
Add the antag datum to our new contestant, also printing some flavour text
check_area
Called when our implantee moves somewhere
check_area_deadly
After a grace period they're still out of bounds, killing time
limit_areas
Limit the owner to the specified area
on_life
Give a slight tell
start_battle
Start the battle royale