mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
ZoneCode: Fix DestructibleDef commands to include all strings
This commit is contained in:
parent
8355ad4b76
commit
1606f62ee7
@ -96,10 +96,17 @@ set name name;
|
||||
set count pieces numPieces;
|
||||
|
||||
// DestructiblePiece
|
||||
set scriptstring DestructiblePiece::enableLabel;
|
||||
use DestructiblePiece;
|
||||
set string damageSound;
|
||||
set string burnSound;
|
||||
set scriptstring enableLabel;
|
||||
|
||||
// DestructibleStage
|
||||
set scriptstring DestructibleStage::showBone;
|
||||
use DestructibleStage;
|
||||
set string breakSound;
|
||||
set string breakNotify;
|
||||
set string loopSound;
|
||||
set scriptstring showBone;
|
||||
|
||||
// =========================================
|
||||
// XAnimParts
|
||||
|
Loading…
x
Reference in New Issue
Block a user