ZoneCode: Fix DestructibleDef commands to include all strings

This commit is contained in:
Jan 2019-11-24 02:45:58 +01:00
parent 8355ad4b76
commit 1606f62ee7

View File

@ -96,10 +96,17 @@ set name name;
set count pieces numPieces; set count pieces numPieces;
// DestructiblePiece // DestructiblePiece
set scriptstring DestructiblePiece::enableLabel; use DestructiblePiece;
set string damageSound;
set string burnSound;
set scriptstring enableLabel;
// DestructibleStage // DestructibleStage
set scriptstring DestructibleStage::showBone; use DestructibleStage;
set string breakSound;
set string breakNotify;
set string loopSound;
set scriptstring showBone;
// ========================================= // =========================================
// XAnimParts // XAnimParts