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:
parent
c0b8b1fd74
commit
576f322b7f
1 changed files with 1 additions and 1 deletions
|
@ -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!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue