This commit is contained in:
Zuhayr
2015-12-10 10:41:48 +10:30
parent f1630108db
commit 7a9d7bf0c9
3 changed files with 0 additions and 171 deletions

View File

@@ -162,12 +162,4 @@ var/global/list/random_maps = list()
map[check_cell] = 3
ore_count--
sleep(-1)
// Place random asteroid rooms.
var/rooms_placed = 0
for(var/i = 0, i < max_secret_rooms, i++)
if(make_mining_asteroid_secret())
rooms_placed++
admin_notice("<span class='danger'>Placed [rooms_placed] secrets.</span>", R_DEBUG)
return 1