restore edited file

This commit is contained in:
Pepsilawn
2022-06-06 11:31:18 +02:00
parent 12c979a32b
commit 38c6bc3e35

View File

@@ -289,7 +289,7 @@ Used by the AI doomsday and the self-destruct nuke.
add_new_zlevel("Empty Area [space_levels_so_far]", ZTRAITS_SPACE)
if(config.minetype == "lavaland")
LoadGroup(FailedZs, "Lavaland", "_maps/map_files/Mining", "Lavaland.dmm", default_traits = ZTRAITS_LAVALAND)
LoadGroup(FailedZs, "Lavaland", "map_files/Mining", "Lavaland.dmm", default_traits = ZTRAITS_LAVALAND)
else if (!isnull(config.minetype) && config.minetype != "none")
INIT_ANNOUNCE("WARNING: An unknown minetype '[config.minetype]' was set! This is being ignored! Update the maploader code!")
#endif
@@ -544,7 +544,6 @@ GLOBAL_LIST_EMPTY(the_station_areas)
else
if(reserve.Reserve(width, height, z))
return reserve
log_mapping("returned [reserve] - reserve.Reserve isn't properly working.")
QDEL_NULL(reserve)
//This is not for wiping reserved levels, use wipe_reservations() for that.