Skip to content

Commit

Permalink
Corpses can rot on dark squares, that doesn't mean it's a different l…
Browse files Browse the repository at this point in the history
…evel
  • Loading branch information
Alex Smith committed Jul 2, 2009
1 parent e4ee7ed commit 73baf85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/TAEB/World/Level.pm
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ sub matches_vt {
return 0 if $glyph eq ' '
&& $tile->type ne 'rock'
&& $tile->type ne 'unexplored'
&& $tile->type ne 'obscured'
&& $tile->type ne 'floor';

return 1;
Expand Down

0 comments on commit 73baf85

Please sign in to comment.