summaryrefslogtreecommitdiff
path: root/src/emap/script_buildins.h
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 08:55:37 -0400
committergumi <git@gumi.ca>2020-08-14 08:55:37 -0400
commitad236eedb24396e5620f9c28a264126979532200 (patch)
treeddb5016ba8e19d62502ef5fde8fc26d51a1d620f /src/emap/script_buildins.h
parent0f3d3493e5442728b42a27b89150c7aaa5c7e884 (diff)
downloadevol-hercules-ad236eedb24396e5620f9c28a264126979532200.tar.gz
evol-hercules-ad236eedb24396e5620f9c28a264126979532200.tar.bz2
evol-hercules-ad236eedb24396e5620f9c28a264126979532200.tar.xz
evol-hercules-ad236eedb24396e5620f9c28a264126979532200.zip
add a script command to get craft recipe ingredients
Diffstat (limited to 'src/emap/script_buildins.h')
-rw-r--r--src/emap/script_buildins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h
index 01c6b65..5a653d7 100644
--- a/src/emap/script_buildins.h
+++ b/src/emap/script_buildins.h
@@ -104,5 +104,6 @@ BUILDIN(InstanceOwner);
BUILDIN(aggravate);
BUILDIN(getNpcSubtype);
BUILDIN(kick);
+BUILDIN(getCraftRecipe);
#endif // EVOL_MAP_SCRIPT_BUILDINS