fix "couldn't place lregion type 5"
Implement a fix for the problem From a bug report: if the destination position on the Plane of Fire has a randomly placed trap on it, you'd get an impossibility warning of "couldn't place lregion type 5" (and then arrive successfully at the target spot anyway). As his investigation indicated, the code to remove such traps wasn't being reached because the `bad_location' check yields true for trapped spots.
This commit is contained in:
@@ -52,6 +52,7 @@ avoid temporary disappearing Burdened message due to updating status line
|
||||
midway thru in_container
|
||||
don't credit player's wisdom when makelevel creates random Elbereth engravings
|
||||
reduce insect/monster creation from monster spells
|
||||
avoid "couldn't place lregion type 5" warning when arriving at Plane of Fire
|
||||
|
||||
|
||||
Platform- and/or Interface-Specific Fixes
|
||||
|
||||
Reference in New Issue
Block a user