1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-31 01:42:24 +01:00

BUGFIX: Graz'zt's genocide was meant to be a real genocide, not a trap

This commit is contained in:
Chris-plus-alphanumericgibberish 2016-08-19 20:34:17 -04:00
parent b2996ac4a9
commit 5e013efcc1

View file

@ -6298,7 +6298,7 @@ register struct monst *mon;
break;
case 1:
verbalize("Tell me, whom shall I kill?");
do_genocide(0);
do_genocide(1);
break;
case 2:{
int i;