1
0
Fork 0
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:
Chris-plus-alphanumericgibberish 2020-12-20 11:53:35 -05:00 committed by GitHub
commit c7edfddde4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {