rabdill / bishop

An engine for writing browser-based text adventures using only client-side JavaScript.
Other
1 stars 0 forks source link

There is no functional difference between actions and items #163

Open rabdill opened 9 years ago

rabdill commented 9 years ago

Now that items can have actions taken against them that don't alter their state ("messages"), there isn't really any reason to have both. Items would be the logical one to keep, but the "messages" section might need to be built out more to allow changes to be triggered when a message is printed.