Fixing bugs
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user