Equip saw before cutting

This commit is contained in:
ZioPao
2024-04-21 02:20:05 +02:00
parent d73b1a3f43
commit 5c03cea8c4
3 changed files with 26 additions and 1 deletions

View File

@@ -331,4 +331,19 @@ end
Events.OnPuttingTourniquet.Add(LocalPlayerController.HandleTourniquet)
--* Object drop handling when amputation occurs
function LocalPlayerController.DropItemsAfterAmputation(limbName)
-- TODO Check for watches and stuff like that
end
Events.OnAmputatedLimb.Add(LocalPlayerController.DropItemsAfterAmputation)
return LocalPlayerController