mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 21:03:35 -04:00
Work on d_a_bk, c_damagereaction
This commit is contained in:
@@ -218,11 +218,15 @@ s32 daSwhit0_c::DemoProc() {
|
||||
"WAIT",
|
||||
"CHANGE"
|
||||
};
|
||||
enum {
|
||||
ACT_WAIT,
|
||||
ACT_CHANGE,
|
||||
};
|
||||
|
||||
if (dComIfGp_evmng_getIsAddvance(mStaffId))
|
||||
{
|
||||
switch(dComIfGp_evmng_getMyActIdx(mStaffId, action_table, ARRAY_SIZE(action_table), FALSE, 0)) {
|
||||
case 1:
|
||||
case ACT_CHANGE:
|
||||
dComIfGs_onSwitch(getSwNo(), fopAcM_GetRoomNo(this));
|
||||
onFlag(0x01);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user