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:
parent
b2996ac4a9
commit
5e013efcc1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue