diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-15 15:00:32 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-15 15:00:32 +0200 |
commit | e833e6d3fa4b46b57feae0b26002f3461e6a5191 (patch) | |
tree | 5e1ae9a910e41aec65d9ec3ad964cf09db674ac9 /lib/evendoors.rb | |
parent | 2f4949708217d9434acd4973af2cc9032e451fd7 (diff) | |
download | edoors-ruby-e833e6d3fa4b46b57feae0b26002f3461e6a5191.zip edoors-ruby-e833e6d3fa4b46b57feae0b26002f3461e6a5191.tar.gz |
Room: implement drill down
Diffstat (limited to 'lib/evendoors.rb')
-rw-r--r-- | lib/evendoors.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/evendoors.rb b/lib/evendoors.rb index 19f9371..e57cf26 100644 --- a/lib/evendoors.rb +++ b/lib/evendoors.rb @@ -43,7 +43,7 @@ module EvenDoors # ERROR_ROUTE_NS = 'routing error: no source'.freeze ERROR_ROUTE_RRWD = 'routing error: right room, wrong door'.freeze - ERROR_ROUTE_RRNDD = 'routing error: right room, no drill down'.freeze + ERROR_ROUTE_DDWR = 'routing error: drill down, wrong room'.freeze ERROR_ROUTE_TRWR = 'routing error: top room, wrong room'.freeze ERROR_ROUTE_NDNL = 'routing error: no destination, no link'.freeze ERROR_ROUTE_SND = 'routing error: system no destination'.freeze |