From 633cfd25d21680edd83e3ef40a83022a6a9e5522 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 6 Mar 2020 14:22:59 +0100 Subject: [PATCH] KILLMUTANT achievement --- attack.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/attack.cpp b/attack.cpp index 13ef0e39..3a9212e1 100644 --- a/attack.cpp +++ b/attack.cpp @@ -492,6 +492,8 @@ EX void killMonster(cell *c, eMonster who, flagtype deathflags IS(0)) { s = ivy_total() - s; if(vid.bubbles_special && s > bignum(1)) drawBubble(c, 0xFFFF00, s.get_str(100), .5); + if(isize(clearing::imputed.digits) > 11) + achievement_gain_once("KILLMUTANT"); } if(m == moPrincess) {