luciensadi / AwakeMUD

The Community Edition fork of the 'Awakened Worlds' Shadowrun 3 MUD codebase.
Other
56 stars 32 forks source link

If you IEDIT a template object like 112, you destroy all custom values for that part #404

Closed luciensadi closed 2 years ago

luciensadi commented 5 years ago

I used iedit to modify the materials of 112 (a blank part design). When I finished, the part design I was holding had all of its values reset to 0's to match the template object.

Two options: 1) Design protection logic so that manually-flagged items cannot be edited (just template objects). 2) If you haven't changed the g-menu of an object or its type, don't force instances of the object to update to match.

luciensadi commented 2 years ago

Protection added.