diff options
Diffstat (limited to 'lib/evendoors')
| -rw-r--r-- | lib/evendoors/particle.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/evendoors/particle.rb b/lib/evendoors/particle.rb index 7bec0e4..ef02b53 100644 --- a/lib/evendoors/particle.rb +++ b/lib/evendoors/particle.rb @@ -9,7 +9,7 @@ module EvenDoors          def initialize              @ts = Time.now      # creation time              @src = nil          # Spot.path where it's originated from -            @room = nil +            @room = nil         # Room path part of the current destination              @door = nil         # Door where it's currently heading to              @action = nil       # action to perform on the Door              @dsts = []          # fifo of Spot.path where to travel to  | 
