If @ triggers an object sensing effect and detects nothing at a location, should that be enough to scrub the memory of something being at that location?
Should an object detection effect be treated the same in that regard or differently?
From what I see in effect_handler_SENSE_OBJECTS and effect_handler_DETECT_OBJECTS, both skip over locations where there's nothing. So they don't update @'s memory if that did have something there. I can see a certain logic behind that: "the absence of evidence is not evidence of absence.".
Should an object detection effect be treated the same in that regard or differently?
From what I see in effect_handler_SENSE_OBJECTS and effect_handler_DETECT_OBJECTS, both skip over locations where there's nothing. So they don't update @'s memory if that did have something there. I can see a certain logic behind that: "the absence of evidence is not evidence of absence.".
Comment