I said, changed some todos.
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
function ResetEverything()
|
||||
|
||||
local player = getPlayer()
|
||||
local mod_data = player:getModData() -- TODO we need to send data...
|
||||
local mod_data = player:getModData()
|
||||
mod_data.TOC = nil
|
||||
TheOnlyCure.InitTheOnlyCure(_, player)
|
||||
|
||||
-- Destroy the amputation model
|
||||
|
||||
for _,v in ipairs(GetBodyParts()) do
|
||||
local cloth = player:getInventory():FindAndReturn(TocFindAmputatedClothingFromPartName(v))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user