Skip to content

Commit

Permalink
Update modular_bandastation/minesweeper/code/minesweeper.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaxeer authored Feb 3, 2025
1 parent b1cd064 commit cc50fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_bandastation/minesweeper/code/minesweeper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
*
* @return coordinates of opened cell as `list(x, y)` if cell was successfully opened
* and no bombs are around, `null` otherwise
/*
*/
/datum/computer_file/program/minesweeper/proc/open_cell(x, y)
var/list/minesweeper_cell = minesweeper_matrix[x][y]
if(minesweeper_cell["open"])
Expand Down

0 comments on commit cc50fba

Please sign in to comment.