Aleph-One-Marathon / alephone

Aleph One is the open source continuation of Bungie’s Marathon 2 game engine.
https://alephone.lhowon.org/
GNU General Public License v3.0
621 stars 100 forks source link

Feature request: make Items[x].type writable #456

Open aaronfreed opened 7 months ago

aaronfreed commented 7 months ago

This would probably be a logistical nightmare for item accounting, which is probably why it hasn’t been done, but it would probably also be less costly to handle on the C++ side than on the Lua side. I always feel dirty when I have to delete something and replace it with something else in the exact same spot. (Having to delete and remake monsters before we could send :attack(nil) was even worse, mind you.)