mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
restore edited file
This commit is contained in:
@@ -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)
|
add_new_zlevel("Empty Area [space_levels_so_far]", ZTRAITS_SPACE)
|
||||||
|
|
||||||
if(config.minetype == "lavaland")
|
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")
|
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!")
|
INIT_ANNOUNCE("WARNING: An unknown minetype '[config.minetype]' was set! This is being ignored! Update the maploader code!")
|
||||||
#endif
|
#endif
|
||||||
@@ -544,7 +544,6 @@ GLOBAL_LIST_EMPTY(the_station_areas)
|
|||||||
else
|
else
|
||||||
if(reserve.Reserve(width, height, z))
|
if(reserve.Reserve(width, height, z))
|
||||||
return reserve
|
return reserve
|
||||||
log_mapping("returned [reserve] - reserve.Reserve isn't properly working.")
|
|
||||||
QDEL_NULL(reserve)
|
QDEL_NULL(reserve)
|
||||||
|
|
||||||
//This is not for wiping reserved levels, use wipe_reservations() for that.
|
//This is not for wiping reserved levels, use wipe_reservations() for that.
|
||||||
|
|||||||
Reference in New Issue
Block a user