nsmryan / RustRoguelike

This Rust Roguelike is a Roguelike written in Rust.
17 stars 3 forks source link

Interact Key #490

Closed nsmryan closed 2 years ago

nsmryan commented 2 years ago

I've been implementing talents, but this means that the 'e' key is a talent and not interaction.

Is there another key we should use for interaction? The 't' key is the closest to the keys we are using. We are not using tab currently as well, which seems promising even though interaction is not currently used that much.

MicroChasm commented 2 years ago

I think we should re-evaluate the interact key. I don't remember what it does exactly, to be honest-- we should lay it out on the spreadsheet and decide what we want to do with it.

nsmryan commented 2 years ago

I added this to the spreadsheet.

nsmryan commented 2 years ago

We decided to remove interaction- arm and disarm traps should become a skill that works the same way. Move and then pick item up will be removed from the game. Interaction as a concept will then be removed.

nsmryan commented 2 years ago

Interaction is now removed, and there is a 'trap' skill which arms or disarms traps in the clockwork class.