implement battle rules and character replacement

This commit is contained in:
Martin Michelsen
2023-10-18 11:55:31 -07:00
parent 13dacc013a
commit 8c2ce5210d
24 changed files with 699 additions and 305 deletions
+2
View File
@@ -2,6 +2,8 @@
#include <array>
#include "Text.hh"
using namespace std;
bool episode_has_arpg_semantics(Episode ep) {