Added Eff_Deepsleep status effect (#6735)

This commit is contained in:
idk-whoami 2022-03-25 04:59:10 +07:00 committed by GitHub
parent a5eaacb1c3
commit d2826827df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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,

View File

@ -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);