From f21bf66aabc28be0abb3158bb4fbd9e5c6d5d47b Mon Sep 17 00:00:00 2001 From: gaithern Date: Tue, 23 Apr 2024 10:53:48 -0500 Subject: [PATCH] Update Options.py --- worlds/kh1/Options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/kh1/Options.py b/worlds/kh1/Options.py index 771c27b01e7d..fc512fe7563f 100644 --- a/worlds/kh1/Options.py +++ b/worlds/kh1/Options.py @@ -168,7 +168,7 @@ class RequiredReports(Range): """ Determines the number of Ansem's Reports needed to open End of the World """ - diplay_name = "Reports to Open End of the World" + display_name = "Reports to Open End of the World" default = 4 range_start = 1 range_end = 13 @@ -177,7 +177,7 @@ class ReportsInPool(Range): """ Determines the number of Ansem's Reports in the item pool. """ - diplay_name = "Reports in Pool" + display_name = "Reports in Pool" default = 4 range_start = 1 range_end = 13