Added Eff_Deepsleep status effect (#6735)
This commit is contained in:
parent
a5eaacb1c3
commit
d2826827df
@ -15,7 +15,7 @@ This list contains all available constants referenced in the 'bonus' commands.
|
||||
* Status effect (eff)
|
||||
Eff_Bleeding, Eff_Blind, Eff_Burning, Eff_Confusion, Eff_Crystalize, Eff_Curse, Eff_DPoison,
|
||||
Eff_Fear, Eff_Freeze, Eff_Poison, Eff_Silence, Eff_Sleep, Eff_Stone, Eff_Stun, Eff_Freezing,
|
||||
Eff_Heat
|
||||
Eff_Heat, Eff_Deepsleep
|
||||
|
||||
* Element (e)
|
||||
Ele_Dark, Ele_Earth, Ele_Fire, Ele_Ghost, Ele_Holy, Ele_Neutral, Ele_Poison,
|
||||
|
@ -952,6 +952,7 @@
|
||||
export_constant2("Eff_Crystalize",SC_CRYSTALIZE);
|
||||
export_constant2("Eff_Freezing",SC_FREEZING);
|
||||
export_constant2("Eff_Heat",SC_BURNT);
|
||||
export_constant2("Eff_Deepsleep",SC_DEEPSLEEP);
|
||||
|
||||
export_constant2("SC_ALL",SC_NONE);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user