summaryrefslogtreecommitdiff
path: root/src/emap/skill_const.c
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-02 09:07:07 -0300
committerJesusaves <cpntb1@ymail.com>2022-01-02 09:07:07 -0300
commitfcdec2a8dd0b6dcb3b28d9bdc5839c77affba002 (patch)
tree6e73b3a8d0135856f8f807f8878aa9596651e76a /src/emap/skill_const.c
parenta90e4b49e53f38ecdde98ffdf77f0f7791f27692 (diff)
downloadevol-hercules-fcdec2a8dd0b6dcb3b28d9bdc5839c77affba002.tar.gz
evol-hercules-fcdec2a8dd0b6dcb3b28d9bdc5839c77affba002.tar.bz2
evol-hercules-fcdec2a8dd0b6dcb3b28d9bdc5839c77affba002.tar.xz
evol-hercules-fcdec2a8dd0b6dcb3b28d9bdc5839c77affba002.zip
Implement SC_HALT_REGENERATION.
Diffstat (limited to 'src/emap/skill_const.c')
-rw-r--r--src/emap/skill_const.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/skill_const.c b/src/emap/skill_const.c
index 6161e64..1aadf4d 100644
--- a/src/emap/skill_const.c
+++ b/src/emap/skill_const.c
@@ -23,5 +23,6 @@ void eskill_addskill_conststants(void)
// sc
script->set_constant("SC_PHYSICAL_SHIELD", SC_PHYSICAL_SHIELD, false, false);
+ script->set_constant("SC_HALT_REGENERATION", SC_HALT_REGENERATION, false, false);
script->constdb_comment(NULL);
}