Cleanup the engine since I won't do the brainfuck thing, then fix up the log a bit.

This commit is contained in:
Zed A. Shaw 2024-09-02 16:13:21 -04:00
parent 8edb37ceb4
commit fdb3f24377
6 changed files with 11 additions and 159 deletions

View file

@ -13,7 +13,7 @@ class GameEngine {
map<string, int> damage_types{
{"error", 4},
{"warning", 1},
{"note", 1},
{"note", 0},
};
public: