Changes between Initial Version and Version 1 of Ticket #12097, comment 2
- Timestamp:
- Feb 11, 2021, 1:33:18 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12097, comment 2
initial v1 5 5 There is an egg just inside the door which is supposed to trigger the teleport (you can see it if you turn on editor items with the E key). I will try tracing a bit and see why it's not triggering. 6 6 7 *Edit* 8 Actually the problem seems to be that the egg is hatching early, but not teleporting as a result - when the problem happens you can click on the egg and see it has `hatched=1` in its description on the debug console, but when it works fine you can see it's `hatched=0`. You can reset the hatched state by walking a bit away from the area and coming back. I suspect it might be related to the bit of missing floor tile in front of the egg. I'll try patching that up and see if it fixes the problem.