mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-08-06 12:45:25 +01:00
Merge pull request #1671 from NeroOneTrueKing/patch-no-mon-gen-on-ucoord
Move the player out of the way when generating levels
This commit is contained in:
commit
0ebed04507
1 changed files with 1 additions and 0 deletions
1
src/do.c
1
src/do.c
|
@ -1209,6 +1209,7 @@ int portal;
|
|||
if (Punished) unplacebc();
|
||||
u.utrap = 0; /* needed in level_tele */
|
||||
fill_pit(u.ux, u.uy);
|
||||
u.ux = u.uy = 0; /* temporary */
|
||||
u.ustuck = 0; /* idem */
|
||||
u.uinwater = 0;
|
||||
u.usubwater = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue