summary refs log tree commit diff stats
path: root/GameData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'GameData.cs')
-rw-r--r--GameData.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/GameData.cs b/GameData.cs index f8adb17..a111b6a 100644 --- a/GameData.cs +++ b/GameData.cs
@@ -215,6 +215,11 @@ namespace ManifoldGardenArchipelago
215 } 215 }
216 } 216 }
217 217
218 if (yamlReq.ContainsKey("full_garden") && (string)yamlReq["full_garden"] == "true")
219 {
220 reqs.Add(new FullGardenRequirement());
221 }
222
218 if (yamlReq.ContainsKey("or")) 223 if (yamlReq.ContainsKey("or"))
219 { 224 {
220 List<Requirement> unionReq = []; 225 List<Requirement> unionReq = [];