mapload_space_verification
Verifies that there are no space turfs inside a station area, or on any planetary z-level. Sometimes, these are introduced during the load of the map and are not present in the DMM itself. Let's just make sure that we have a stop-gap measure in place to catch these if they pop up so we don't put it onto production servers should something errant come up.
Procs | |
validate_planetary_map | Verifies that there are ZERO space turfs on a valid planetary station. We NEVER want space turfs here, so we do not check for /area/space here since something completely undesirable is happening. There are also a few considerations specific to planetary stations included within, so let's spin it out into a separate proc for clarity. |
---|
Proc Details
validate_planetary_map
Verifies that there are ZERO space turfs on a valid planetary station. We NEVER want space turfs here, so we do not check for /area/space here since something completely undesirable is happening. There are also a few considerations specific to planetary stations included within, so let's spin it out into a separate proc for clarity.