keeperfx
keeperfx copied to clipboard
Implemented new property to block imps from taking objects
Introduced a new Ignored_By_Imps property for objects, preventing imps from dragging them away from their location.
This change ensures that objects marked with this property are ignored by imps, preserving their intended location or purpose within the game. The implementation involved adding a new flag to the object structure and updating the imp behavior logic accordingly.