added some debug commands

This commit is contained in:
ZioPao
2023-11-12 22:45:35 +01:00
parent d1aef1f67d
commit 30f343a7de
4 changed files with 53 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ function AmputationHandler:execute(damagePlayer)
ItemsHandler.SpawnAmputationItem(self.patient, self.limbName)
-- Add it to the list of cut limbs
PlayerHandler.AddLocalAmputatedLimb(self.limbName)
PlayerHandler.AddLocalAmputatedLimb(self.patient:getUsername(), self.limbName)
-- Set the highest amputation and caches them.
--ISHealthPanel.GetHighestAmputation()