Fixing bugs

This commit is contained in:
ZioPao
2023-11-06 19:22:56 +01:00
parent 4254d123bf
commit ae51634be4
6 changed files with 37 additions and 23 deletions

View File

@@ -6,9 +6,14 @@ local TestUtils = require("TestFramework/TestUtils")
TestFramework.registerTestModule("Functionality", "Cut Left Hand", function()
local Tests = {}
local PlayerHandler = require("TOC_PlayerHandler")
function Tests.CutLeftHand()
local pl = getPlayer()
PlayerHandler.InitializePlayer(nil, pl)
PlayerHandler.ForceCutLimb("Hand_L")
end
return Tests
end)