castle drawbridge tune management
During drawbridge destruction, only mark the castle's tune as no longer useful when it is the castle's drawbridge that is being destroyed.
This commit is contained in:
@@ -988,7 +988,8 @@ destroy_drawbridge(coordxy x, coordxy y)
|
||||
}
|
||||
}
|
||||
nokiller();
|
||||
u.uevent.uheard_tune = 3; /* bridge is gone so tune is useless */
|
||||
if (Is_stronghold(&u.uz))
|
||||
u.uevent.uheard_tune = 3; /* bridge is gone so tune is now useless */
|
||||
}
|
||||
|
||||
/*dbridge.c*/
|
||||
|
||||
Reference in New Issue
Block a user