current spawner 
Vars | |
max_variance | How far the current can curve away from the center, used to keep it vaguely straight |
---|---|
Procs | |
do_corner | Build a corner segment to move the whole current one tile left or right. |
Var Details
max_variance 
How far the current can curve away from the center, used to keep it vaguely straight
Proc Details
do_corner
Build a corner segment to move the whole current one tile left or right.
@param T Starting middle turf. @param dir Direction we're facing going into the turn. @param angle Angle of the turn (left or right) @return Resultant middle turf at the other end of the turn.