Skip to content

Commit

Permalink
[bin/crypt] removed in/out from %opposites
Browse files Browse the repository at this point in the history
They are not primary directions, and can be assigned in non-canceling ways to
primary directions, so they shouldn't be in that hash.
  • Loading branch information
Carl Masak committed Jul 20, 2012
1 parent 72ccf82 commit c2cab1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/crypt
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@ class Adventure::Engine {
'northeast' => 'southwest',
'northwest' => 'southeast',
'up' => 'down',
'in' => 'out',
;

%opposites.push( %opposites.invert );
Expand Down

0 comments on commit c2cab1d

Please sign in to comment.