mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-06 00:33:01 +00:00
missing bubbles_special
This commit is contained in:
@@ -473,7 +473,7 @@ EX void killMonster(cell *c, eMonster who, flagtype deathflags IS(0)) {
|
|||||||
bignum s = ivy_total() - 1;
|
bignum s = ivy_total() - 1;
|
||||||
killMutantIvy(c, who);
|
killMutantIvy(c, who);
|
||||||
s = ivy_total() - s;
|
s = ivy_total() - s;
|
||||||
if(s > bignum(1))
|
if(vid.bubbles_special && s > bignum(1))
|
||||||
drawBubble(c, 0xFFFF00, s.get_str(100), .5);
|
drawBubble(c, 0xFFFF00, s.get_str(100), .5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user