Corentin Cailleaud
commited on
Commit
•
193befa
1
Parent(s):
57dd95c
cubzh.lua
CHANGED
@@ -677,7 +677,7 @@ local skills = {
|
|
677 |
end
|
678 |
|
679 |
Object:Load("claire.party_hat", function(obj)
|
680 |
-
require("hierarchyactions"):
|
681 |
o.Physics = PhysicsMode.Disabled
|
682 |
end)
|
683 |
Player:EquipHat(obj)
|
|
|
677 |
end
|
678 |
|
679 |
Object:Load("claire.party_hat", function(obj)
|
680 |
+
require("hierarchyactions"):applyToDescendants(obj, { includeRoot = true }, function(o)
|
681 |
o.Physics = PhysicsMode.Disabled
|
682 |
end)
|
683 |
Player:EquipHat(obj)
|