parent
05783ade33
commit
2bb92a114b
@ -5936,6 +5936,9 @@ void clif_status_change(struct block_list *bl, int type, int flag, int tick, int
|
|||||||
if (type == SI_ACTIONDELAY && tick == 0)
|
if (type == SI_ACTIONDELAY && tick == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (type == SI_HALLUCINATION && !battle_config.display_hallucination) // Disable Hallucination.
|
||||||
|
return;
|
||||||
|
|
||||||
nullpo_retv(bl);
|
nullpo_retv(bl);
|
||||||
|
|
||||||
sd = BL_CAST(BL_PC, bl);
|
sd = BL_CAST(BL_PC, bl);
|
||||||
|
@ -1249,9 +1249,6 @@ void initChangeTables(void)
|
|||||||
StatusChangeFlagTable[SC_EDP] |= SCB_WATK;
|
StatusChangeFlagTable[SC_EDP] |= SCB_WATK;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if( !battle_config.display_hallucination ) // Disable Hallucination.
|
|
||||||
StatusIconChangeTable[SC_HALLUCINATION] = SI_BLANK;
|
|
||||||
|
|
||||||
/* StatusDisplayType Table [Ind] */
|
/* StatusDisplayType Table [Ind] */
|
||||||
StatusDisplayType[SC_ALL_RIDING] = true;
|
StatusDisplayType[SC_ALL_RIDING] = true;
|
||||||
StatusDisplayType[SC_PUSH_CART] = true;
|
StatusDisplayType[SC_PUSH_CART] = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user