Update minesweeper.dm

This commit is contained in:
Ghom
2020-04-04 14:04:47 +02:00
committed by GitHub
parent 3c9a9136b5
commit e2d2f5a4ad
@@ -391,7 +391,7 @@
if(start_x < 1)
starting_column -= start_x - 1
start_x = 1
for(var/row in start to length(table)) //translate the mines locations into actual turf coordinates.
for(var/row in starting_row to length(table)) //translate the mines locations into actual turf coordinates.
if(!locate(cur_y, start_x, z))
break
var/cur_x = start_x