You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifnumbers==0andline:match("(%d+%.?%d*)%%? ") then--If a mod contains x or x% and is not already a ranged value, then only the first number will be scalable as any following numbers will always be conditions or unscalable values.
108
-
numbers=1
109
-
end
119
+
:gsub("%-(%d+%%) (%a+)",
120
+
function(num, word)
121
+
localantonym=antonyms[word]
122
+
returnantonymand (num..""..antonym) or ("-"..num..""..word)
123
+
end)
124
+
125
+
ifnumbers==0andline:match("(%d+%.?%d*)%%? ") then--If a mod contains x or x% and is not already a ranged value, then only the first number will be scalable as any following numbers will always be conditions or unscalable values.
0 commit comments