Corentin Cailleaud commited on
Commit
193befa
1 Parent(s): 57dd95c
Files changed (1) hide show
  1. cubzh.lua +1 -1
cubzh.lua CHANGED
@@ -677,7 +677,7 @@ local skills = {
677
  end
678
 
679
  Object:Load("claire.party_hat", function(obj)
680
- require("hierarchyactions"):apply(obj, { includeRoot = true }, function(o)
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)