aboutsummaryrefslogtreecommitdiff
path: root/logic/stage.gd
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-04-01 11:32:45 +0000
committerdam <dam@gudinoff>2022-04-01 11:32:45 +0000
commit8491abc4805cee3b2dfb74817ef8908df085c5cf (patch)
tree041687da080004a8d105ce1c451f972b4d1df0c6 /logic/stage.gd
parent9b619b8c5f117e53b121c2d868b024c7c7d08f4c (diff)
downloadsurgery-log-8491abc4805cee3b2dfb74817ef8908df085c5cf.tar.zst
surgery-log-8491abc4805cee3b2dfb74817ef8908df085c5cf.zip
Option set changed to work with empty list instead of creating dummy -- entry.
Diffstat (limited to 'logic/stage.gd')
-rw-r--r--logic/stage.gd3
1 files changed, 0 insertions, 3 deletions
diff --git a/logic/stage.gd b/logic/stage.gd
index fde67d3..ef9ce3d 100644
--- a/logic/stage.gd
+++ b/logic/stage.gd
@@ -94,9 +94,6 @@ func show_options(field: String):
_:
options = option_sets.get(field, {}).keys()
- if options.size() == 0:
- options.append(OPTION_SETS_NOT_AVAILABLE)
-
options.sort()
option_set_field.show_options(options)