From f60adb09a8285c52af898d1adae0d02e28cf4439 Mon Sep 17 00:00:00 2001 From: Jeremy Saklad Date: Fri, 18 Jun 2021 13:47:09 -0500 Subject: [PATCH] Fix line breaks in enumerations --- Bone Market Solver.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Bone Market Solver.py b/Bone Market Solver.py index a3a8a4c..6abfc56 100644 --- a/Bone Market Solver.py +++ b/Bone Market Solver.py @@ -520,7 +520,8 @@ class Torso(enum.Enum): menace = 2 ) - LEVIATHAN_FRAME = Action("Build on the Leviathan Frame", + LEVIATHAN_FRAME = Action( + "Build on the Leviathan Frame", cost = Cost.ACTION.value + Cost.LEVIATHAN_FRAME.value, torso_style = 70, value = 31250, @@ -739,7 +740,8 @@ class Appendage(enum.Enum): menace = -1 ) - BLACK_STINGER = Action("Apply a Jet Black Stinger to your (Skeleton Type)", + BLACK_STINGER = Action( + "Apply a Jet Black Stinger to your (Skeleton Type)", cost = Cost.ACTION.value + Cost.BLACK_STINGER.value, value = 50, tails_needed = -1,