brick_well 
Vars | |
well_covered | determines whether it is covered, and whether it needs to have the ground below it dug out |
---|---|
Procs | |
correct_turf | To check if the well is on the correct turf type-- must be a diggable turf (asteroid) or else returns false |
cover_work | If well_covered is true, then itll always work (on the right turf!); otherwise, check the below turf to see if it is dug |
Var Details
well_covered 
determines whether it is covered, and whether it needs to have the ground below it dug out
Proc Details
correct_turf
To check if the well is on the correct turf type-- must be a diggable turf (asteroid) or else returns false
cover_work
If well_covered is true, then itll always work (on the right turf!); otherwise, check the below turf to see if it is dug