Cleaning body locations
This commit is contained in:
@@ -176,13 +176,6 @@ end
|
||||
|
||||
-- MAIN UPDATE FUNCTIONS
|
||||
|
||||
local testOnAnimEvent = IsoGameCharacter.OnAnimEvent
|
||||
|
||||
function IsoGameCharacter.OnAnimEvent(animLayer, animEvent)
|
||||
print("ENTERING ON ANIM EVENT!!!")
|
||||
end
|
||||
|
||||
|
||||
|
||||
local function TocUpdateOnTick()
|
||||
|
||||
@@ -191,14 +184,6 @@ local function TocUpdateOnTick()
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
local toc_data = player:getModData().TOC
|
||||
if toc_data ~= nil then
|
||||
CheckIfPlayerIsInfected(player, toc_data)
|
||||
|
||||
Reference in New Issue
Block a user