Actuall works now

This commit is contained in:
unid15
2017-09-04 14:22:06 +02:00
parent 723123a76f
commit d07a4a00d7

View File

@@ -44,8 +44,8 @@ proc/load_dungeon(dungeon_type)
//Highest dungeon in the current row
for(var/datum/map_element/dungeon in existing_dungeons) //Go through all dungeons in the order they were created
if(!dungeon.location)
continue
//if(!dungeon.location)
// continue
if(dungeon.height > tallest_dungeon_height)
tallest_dungeon_height = dungeon.height