Bram-Hub / LEGUP

Logic Engine for Grid-Using Puzzles - a better way to learn formal logic
GNU General Public License v3.0
33 stars 82 forks source link

Removed ability to change TreeTent goals #632

Closed Kevin-771 closed 1 year ago

Kevin-771 commented 1 year ago

Description

Fixed a bug where when solving a TreeTent puzzle, we were able to change the goals of the puzzle

Closes #623

Type of change

How Has This Been Tested?

After the change, I opened a few TreeTent puzzles and I was not able to edit the puzzle goals.

Checklist:

Corppet commented 1 year ago

Make sure you are working in the origin/dev branch. origin/master is reserved for releases and should not be directly worked on/merged. There are also a lot of changes in dev that may not currently be present in master, so your changes may create conflicts with updated files or has already been addressed (which I believe in this case has not).