1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-05-12 10:25:08 +01:00

Missing a semicolon

This commit is contained in:
Chris-plus-alphanumericgibberish 2014-05-29 00:57:22 -04:00
parent f9affd6938
commit a8a44bd7ab

View file

@ -1954,7 +1954,7 @@ boolean was_swallowed; /* digestion */
} else if(mdat->geno & G_UNIQ){
char buf[BUFSZ];
buf[0]='\0';
Sprintf(buf,"destroyed %s",mon_nam(mon))
Sprintf(buf,"destroyed %s",mon_nam(mon));
livelog_write_string();
}
if(uwep && uwep->oartifact == ART_PEN_OF_THE_VOID && uwep->ovar1&SEAL_MALPHAS && rn2(20) <= spiritDsize()){