1
0
Fork 0
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:
Chris-plus-alphanumericgibberish 2016-03-02 15:12:41 -05:00
parent 1a48c42952
commit f227f4b0a5

View file

@ -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){