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

Add optional "invisible" parameter to Items.new and Monsters.new #460

Closed aaronfreed closed 2 weeks ago

aaronfreed commented 6 months ago

Makes it possible to create new items that have not yet teleported in, which is currently impossible. Also implements a similar way to create monsters that have not yet teleported in for consistency’s sake.

(Fixes https://github.com/Aleph-One-Marathon/alephone/issues/454)

aaronfreed commented 5 months ago

Additionally, item.visible is now read-write, enabling items to be manually teleported in (or out) by changing it from true to false (or vice versa).