1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-08-07 21:25:26 +01:00

Fix weeping angel/effigy whoops

This commit is contained in:
Chris-plus-alphanumericgibberish 2016-04-26 16:57:09 -04:00
parent c0b8b1fd74
commit 576f322b7f

View file

@ -4963,7 +4963,7 @@ doapply()
}
if(Punished) unpunish();
if(u.wimage >= 0){
if(u.wimage >= 10){
u.wimage = 0;
makemon(&mons[PM_WEEPING_ANGEL], u.ux, u.uy, MM_ADJACENTOK|NO_MINVENT|MM_NOCOUNTBIRTH);
if(Blind) pline("The effigy grows and turns to stone!");