mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-26 23:32:25 +01:00
Merge pull request #1298 from NeroOneTrueKing/patch-dont-web-traps
Oops fix bracketing
This commit is contained in:
commit
c7edfddde4
1 changed files with 1 additions and 1 deletions
|
@ -14659,7 +14659,7 @@ boolean endofchain; /* if the passive is occuring at the end of aggressor's at
|
|||
break;
|
||||
|
||||
case AD_WEBS:
|
||||
if (!t_at(x(magr), y(magr)) {
|
||||
if (!t_at(x(magr), y(magr))) {
|
||||
struct trap *ttmp2 = maketrap(x(magr), y(magr), WEB);
|
||||
if (ttmp2) {
|
||||
if (youagr) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue