crashable shuttle 
Vars | |
| crash_land | Whether or not this shuttle is crash landing |
|---|---|
| fires_on_crash | Whether fires occur aboard the shuttle when crashing |
Procs | |
| check_crash_point | Checks for anything that may get in the way of a crash, returns FALSE if there is something in the way or is out of bounds |
| crash_check | Returns whether or not the shuttle will crash after being sent |
| create_crash_point | Sets up a valid crash point, fails after 10 tries |
| evac_launch | Called when the shuttle is launched and checks for crash and creates a crash point |
| force_crash | Forces the shuttle to crash, admin called |
| handle_fires | Sets up and handles fires/explosions on crashing shuttles |
| kablooie | Actually blows up the fire/explosion on crashing shuttles, used for effect delay |
| open_doors | Handles opening the doors for the specific shuttle type upon arriving at the crash point |
Var Details
crash_land 
Whether or not this shuttle is crash landing
fires_on_crash 
Whether fires occur aboard the shuttle when crashing
Proc Details
check_crash_point
Checks for anything that may get in the way of a crash, returns FALSE if there is something in the way or is out of bounds
crash_check
Returns whether or not the shuttle will crash after being sent
create_crash_point
Sets up a valid crash point, fails after 10 tries
evac_launch
Called when the shuttle is launched and checks for crash and creates a crash point
force_crash
Forces the shuttle to crash, admin called
handle_fires
Sets up and handles fires/explosions on crashing shuttles
kablooie
Actually blows up the fire/explosion on crashing shuttles, used for effect delay
open_doors
Handles opening the doors for the specific shuttle type upon arriving at the crash point