mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-01 21:10:35 +00:00
ivy_total fix
This commit is contained in:
parent
6f409f3de7
commit
5cdafd4488
@ -470,7 +470,7 @@ EX void killMonster(cell *c, eMonster who, flagtype deathflags IS(0)) {
|
|||||||
if(isMutantIvy(m)) clearing::direct++;
|
if(isMutantIvy(m)) clearing::direct++;
|
||||||
bignum s = ivy_total() - 1;
|
bignum s = ivy_total() - 1;
|
||||||
killMutantIvy(c, who);
|
killMutantIvy(c, who);
|
||||||
s = ivy_total();
|
s = ivy_total() - s;
|
||||||
if(s > bignum(1))
|
if(s > bignum(1))
|
||||||
drawBubble(c, 0xFFFF00, s.get_str(100), .5);
|
drawBubble(c, 0xFFFF00, s.get_str(100), .5);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user