missing bubbles_special

This commit is contained in:
Zeno Rogue 2019-12-26 09:39:50 +01:00
parent 80b702ab76
commit 2ba4afc09a
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ EX void killMonster(cell *c, eMonster who, flagtype deathflags IS(0)) {
bignum s = ivy_total() - 1;
killMutantIvy(c, who);
s = ivy_total() - s;
if(s > bignum(1))
if(vid.bubbles_special && s > bignum(1))
drawBubble(c, 0xFFFF00, s.get_str(100), .5);
}