This commit is contained in:
aozhiwei 2020-07-28 15:11:17 +08:00
parent 8937526338
commit 9884d48858
2 changed files with 3 additions and 1 deletions

View File

@ -129,6 +129,8 @@ enum BuffEffectType_e
kBET_JumpTo = 10, //跳跃
kBET_OnceChgAttr = 11, //一次性buff
kBET_Pull = 12, //拉人(主动方)
kBET_Terminator = 13, //终结者模式
kBET_PlayShotAni = 14, //播放射击动画
kBET_End
};

View File

@ -2604,7 +2604,7 @@ void Room::AddPlayerPostProc(Player* hum)
}
if (GetRoomMode() == kZombieMode) {
#if 1
hum->ChangeToRace(kZombieRace, 2);
hum->ChangeToRace(kZombieRace, 1);
#else
hum->ChangeToRace(kHumanRace, 1);
#endif