File effect needs to be implemented in FireTile.java.
The fire tile needs to stop users from moving onto tiles within a 3x3 radius, where the FireTile is in the middle.
Also, a FireTile cannot be placed on a player, and the 3x3 radius cannot have a player within it.
File effect needs to be implemented in
FireTile.java
.The fire tile needs to stop users from moving onto tiles within a 3x3 radius, where the FireTile is in the middle. Also, a FireTile cannot be placed on a player, and the 3x3 radius cannot have a player within it.