Moves var/get_rig_stats to a proper area.

This commit is contained in:
Cameron653
2018-02-03 14:17:49 -05:00
committed by GitHub
parent b924aab573
commit d938963131

View File

@@ -220,4 +220,5 @@
// Falling things
var/hovering = FALSE // Is the mob floating or flying in some way? If so, don't fall normally. //Not implemented yet, idea is to let them ignore terrain slowdown and falling down floors
var/softfall = FALSE // Is the mob able to lessen their impact upon falling?
var/parachuting = FALSE // Is the mob able to jump out of planes and survive? Don't check this directly outside of CanParachute().
var/parachuting = FALSE // Is the mob able to jump out of planes and survive? Don't check this directly outside of CanParachute().
var/get_rig_stats = 0 //Moved from computer.dm