Commit 9c5fbbb
committed
Fix: Demogorgon special door dissipation did not recalculate vision
Interestingly, the fuzzer managed to find this issue. It doesn't cause a
crash, just a sanity check failure, but definitely is incorrect
behavior.
While touching this code, I changed the newsym() on the door's space to
feel_newsym() since the message about the door vanishing is not
conditional on being non-blind, and you should be able to tell the door
is now gone even if you are blind.1 parent cdfc27a commit 9c5fbbb
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
| 216 | + | |
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
| |||
0 commit comments