mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 23:50:27 +00:00
KILLMUTANT achievement
This commit is contained in:
parent
554b54e256
commit
633cfd25d2
@ -492,6 +492,8 @@ EX void killMonster(cell *c, eMonster who, flagtype deathflags IS(0)) {
|
|||||||
s = ivy_total() - s;
|
s = ivy_total() - s;
|
||||||
if(vid.bubbles_special && 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);
|
||||||
|
if(isize(clearing::imputed.digits) > 11)
|
||||||
|
achievement_gain_once("KILLMUTANT");
|
||||||
}
|
}
|
||||||
|
|
||||||
if(m == moPrincess) {
|
if(m == moPrincess) {
|
||||||
|
Loading…
Reference in New Issue
Block a user