functional
The true wings that you can use to fly and shit (you cant actually shit with them)
Vars | |
cant_hide | We cant hide this wings in suit |
---|---|
fly | The flight action object |
wings_open | Are our wings open or closed? |
Procs | |
can_fly | Check if we're still eligible for flight (wings covered, atmosphere too thin, etc) |
close_wings | close our wings |
fly_slip | Slipping but in the air? |
handle_flight | Called on_life(). Handle flight code and check if we're still flying |
open_wings | SPREAD OUR WINGS AND FLLLLLYYYYYY |
toggle_flight | UNSAFE PROC, should only be called through the Activate or other sources that check for CanFly |
Var Details
cant_hide
We cant hide this wings in suit
fly
The flight action object
wings_open
Are our wings open or closed?
Proc Details
can_fly
Check if we're still eligible for flight (wings covered, atmosphere too thin, etc)
close_wings
close our wings
fly_slip
Slipping but in the air?
handle_flight
Called on_life(). Handle flight code and check if we're still flying
open_wings
SPREAD OUR WINGS AND FLLLLLYYYYYY
toggle_flight
UNSAFE PROC, should only be called through the Activate or other sources that check for CanFly