Bunch of stuff for the UI

This commit is contained in:
ZioPao
2023-11-07 01:19:19 +01:00
parent 835c57faaa
commit 4f6910c806
13 changed files with 60 additions and 45 deletions

View File

@@ -10,12 +10,10 @@ TestFramework.registerTestModule("Functionality", "Amputation", function()
local Tests = {}
function Tests.InitializePlayer()
return true
-- TODO This breaks the Test Framework mod for some reason.
-- local pl = getPlayer()
-- PlayerHandler.InitializePlayer(nil, pl)
-- return true
local pl = getPlayer()
PlayerHandler.InitializePlayer(_, pl, true)
return true
end
function Tests.CutLeftHand()