diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-07-27 18:35:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-07-27 18:35:49 -0300 |
commit | d2e83a44a737ebb92be16516a588e4ee0da04d3f (patch) | |
tree | be3a76286a01341e64dd05153f548d6336141c84 /src/emap/script_buildins.h | |
parent | fed63bcb154f827a7b9af9532e82158461465a15 (diff) | |
download | evol-hercules-d2e83a44a737ebb92be16516a588e4ee0da04d3f.tar.gz evol-hercules-d2e83a44a737ebb92be16516a588e4ee0da04d3f.tar.bz2 evol-hercules-d2e83a44a737ebb92be16516a588e4ee0da04d3f.tar.xz evol-hercules-d2e83a44a737ebb92be16516a588e4ee0da04d3f.zip |
Homunculus evolution or swapping framework
Diffstat (limited to 'src/emap/script_buildins.h')
-rw-r--r-- | src/emap/script_buildins.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h index 1105207..29eefe0 100644 --- a/src/emap/script_buildins.h +++ b/src/emap/script_buildins.h @@ -121,6 +121,8 @@ BUILDIN(deployhomunculus); BUILDIN(recallhomunculus); BUILDIN(homstatus); BUILDIN(gethomunid); +BUILDIN(sethomunclass); +BUILDIN(sethomunlevel); BUILDIN(readparam2); BUILDIN(InstanceOwner); BUILDIN(aggravate); |