Skip to content

Commit

Permalink
Make taunt graphics transparent when stealthed
Browse files Browse the repository at this point in the history
Fixes #99.
  • Loading branch information
beheh committed May 29, 2016
1 parent bd35859 commit bbf171e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions less/entities.less
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@
.inplay-divine-shield {
z-index: 65;
}
.taunt.stealth& .inplay-taunt {
opacity: 0.5;
}
.skull {
height: 60%;
top: 15%;
Expand Down

0 comments on commit bbf171e

Please sign in to comment.