improved geometry debloating, also apply on skin changes

This commit is contained in:
Dylan K. Taylor
2017-10-29 12:14:16 +00:00
parent 600d80331a
commit 991d321928
3 changed files with 16 additions and 12 deletions

View File

@ -126,6 +126,7 @@ class Human extends Creature implements ProjectileSource, InventoryHolder{
}
$this->skin = $skin;
$this->skin->debloatGeometryData();
}
/**