Disabled mod options for good, for now

This commit is contained in:
Pao
2023-01-28 02:19:28 +01:00
parent 3ac3104e66
commit 8eec7c76fb
2 changed files with 41 additions and 35 deletions

View File

@@ -38,6 +38,7 @@ local function addBodyLocationBefore(newLocation, movetoLocation)
function TocSetSleeves(check)
-- TODO this is stuck to true for now, it's just too broken to change it mid game
local group = BodyLocations.getGroup("Human")
if check then
print("TOC: Rolling up sleeves")
@@ -56,3 +57,4 @@ function TocSetSleeves(check)
end
end
TocSetSleeves(true)