makeopensource / Classic-RPG

A classic role-playing game with an engine.
GNU General Public License v3.0
7 stars 19 forks source link

Breaking Connections #73

Closed Sploder12 closed 2 years ago

Sploder12 commented 2 years ago

Proposed changes

Add "Breaking" connections that can only be used once. Change Connections to use dedicated Connection classes.

Types of changes

Checklist

Further comments

Would like connection parsing to use more pattern matching as opposed to equality checks. However, more discussion is needed.