mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-29 08:52:25 +01:00
Fix typo in self-examination screen
This commit is contained in:
parent
1a48c42952
commit
f227f4b0a5
1 changed files with 1 additions and 1 deletions
|
@ -1548,7 +1548,7 @@ int final; /* 0 => still in progress; 1 => over, survived; 2 => dead */
|
|||
if(u.spirit[ALIGN_SPIRIT]) numBound++;
|
||||
if(u.spirit[OUTER_SPIRIT]) numBound++;
|
||||
Sprintf(prebuf, "Your soul ");
|
||||
Sprintf(buf, "bound to ");
|
||||
Sprintf(buf, " bound to ");
|
||||
for(i=0;i<QUEST_SPIRIT;i++){
|
||||
if(u.spirit[i]) for(j=0;j<32;j++){
|
||||
if((u.spirit[i] >> j) == 1){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue