This commit is contained in:
parent
1f1174bcc5
commit
fbba59a6a0
2 changed files with 21 additions and 0 deletions
|
@ -190,6 +190,20 @@ CNpcPlatform::NPC_PLATFORM_DATA CNpcPlatform::m_data[NPC_PLATFORM_TYPE_MAX] =
|
|||
NPC_PLATFORM_TIMER_NONE,
|
||||
},
|
||||
|
||||
{ // NPC_SEESAW_PLATFORM
|
||||
ACTORS_CLAM_SBK,
|
||||
ANIM_CLAM_SIDESNAP,
|
||||
3,
|
||||
128,
|
||||
true,
|
||||
DAMAGE__NONE,
|
||||
0,
|
||||
4,
|
||||
NPC_PLATFORM_INFINITE_LIFE,
|
||||
0,
|
||||
NPC_PLATFORM_TIMER_NONE,
|
||||
},
|
||||
|
||||
{ // NPC_PLAYER_BUBBLE_PLATFORM
|
||||
ACTORS_CLAM_SBK,
|
||||
ANIM_CLAM_SIDESNAP,
|
||||
|
@ -219,5 +233,6 @@ CNpcPlatform::NPC_PLATFORM_UNIT_TYPE CNpcPlatform::mapEditConvertTable[NPC_PLATF
|
|||
NPC_CART_PLATFORM,
|
||||
NPC_FISH_HOOK_2_PLATFORM,
|
||||
NPC_BRANCH_PLATFORM,
|
||||
NPC_SEESAW_PLATFORM,
|
||||
NPC_PLAYER_BUBBLE_PLATFORM,
|
||||
};
|
||||
|
|
|
@ -87,6 +87,12 @@ FishHook2=5
|
|||
SwingingFishHook=10
|
||||
BendyBranch=11
|
||||
CoasterCar=9
|
||||
Seesaw=12
|
||||
GhostTrain=9
|
||||
Barrel=2
|
||||
Crate=2
|
||||
#Loveboat=9
|
||||
#Wooden
|
||||
|
||||
################################################
|
||||
# Triggers
|
||||
|
|
Loading…
Add table
Reference in a new issue