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

Fix Paimon bug

This commit is contained in:
Chris-plus-alphanumericgibberish 2014-10-04 07:18:09 -04:00
parent 3288129e54
commit 7722ecbebc

View file

@ -2864,7 +2864,7 @@ int tx,ty;
else if(uwep && uwep->oartifact == ART_PEN_OF_THE_VOID && (!u.spiritTineA || (!u.spiritTineB && quest_status.killed_nemesis))){
if(!Blind) pline("A beautiful woman walks into the seal.");
pline("\"Somtimes, a subtle aproach is better.\"");
if(!Blind) pline("She dips her fingers into the ink of %s and writes on your weapon.");
if(!Blind) pline("She dips her fingers into the ink of %s and writes on your weapon.", xname(o));
o->spestudied++;
uwep->ovar1 |= SEAL_PAIMON;
if(!u.spiritTineA){