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:
parent
f9affd6938
commit
a8a44bd7ab
1 changed files with 1 additions and 1 deletions
|
@ -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()){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue