Skip to content

Commit

Permalink
[bin/crypt] don't show hanoi board in crypt
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed Jul 30, 2012
1 parent a561385 commit f98518b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/crypt
Expand Up @@ -1708,7 +1708,7 @@ inventory";
}
when Adventure::PlayerPutOn {
say "You put the {.thing} on the {.on}.";
if .thing eq 'tiny disk' {
if .thing eq 'tiny disk' && .on ~~ /' rod'/ {
$player_has_tiny_disk = False;
print_hanoi_game(@all_events);
say "";
Expand Down

0 comments on commit f98518b

Please sign in to comment.