Small fix

This commit is contained in:
Anton Vakhrushev 2019-09-20 18:33:48 +03:00
parent 24d0eb4b81
commit c02903b49c

View File

@ -83,10 +83,9 @@ class RestoreCrystalCommand < Command
RESTORE_VALUE = 30
REST_TIME = 5
@target_tile : Tile | Nil
@target_tile : Tile | Nil = nil
def initialize(@point : Point)
@target_tile = nil
end
def start(world : World) : Int32