darozak / Advolition

1 stars 0 forks source link

Have a stat that affects the ability of robots to move through different terrain types #47

Closed darozak closed 5 months ago

darozak commented 5 months ago

Create a stat that lists the different terrain types a robot can pass through. This can be used to allow robots to pass through doors, across rivers and over chasms. It eliminates the need for having a seperate key mechanism.

darozak commented 5 months ago

Added a permissive terrain stat to the robot stat that determines which tiles the robot can move into (https://github.com/darozak/Advolition/commit/cf18e787c9b6cee24bde695f791dd877a32ce728).