Added message saving back to compiler, tweaked various messages, fixed typo of constant, fixed missing attr_reader

This commit is contained in:
Maruno17
2023-04-15 20:29:47 +01:00
parent af5256ae0f
commit b9bf3e8b83
30 changed files with 135 additions and 142 deletions

View File

@@ -18,6 +18,7 @@ module GameData
attr_reader :bridge
attr_reader :shows_reflections
attr_reader :must_walk
attr_reader :must_walk_or_run
attr_reader :ignore_passability
DATA = {}