From bbf171e8831c1609752684838c0236fa623aa012 Mon Sep 17 00:00:00 2001 From: Benedict Etzel Date: Sun, 29 May 2016 10:43:56 +0200 Subject: [PATCH] Make taunt graphics transparent when stealthed Fixes #99. --- less/entities.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/less/entities.less b/less/entities.less index 8f4101cf..d4820e9a 100644 --- a/less/entities.less +++ b/less/entities.less @@ -109,6 +109,9 @@ .inplay-divine-shield { z-index: 65; } + .taunt.stealth& .inplay-taunt { + opacity: 0.5; + } .skull { height: 60%; top: 15%;