summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-09-12 13:51:44 -0300
committerJesusaves <cpntb1@ymail.com>2020-09-12 13:51:44 -0300
commit20308f6e1c6607d8127fb9e10c13ab4195cb7661 (patch)
tree5e02c11b3ab1bb4e87fb971a4c4f1e48675677da
parentf17521208fe49fde8864b721b71df63a3a564f37 (diff)
downloadevol-hercules-20308f6e1c6607d8127fb9e10c13ab4195cb7661.tar.gz
evol-hercules-20308f6e1c6607d8127fb9e10c13ab4195cb7661.tar.bz2
evol-hercules-20308f6e1c6607d8127fb9e10c13ab4195cb7661.tar.xz
evol-hercules-20308f6e1c6607d8127fb9e10c13ab4195cb7661.zip
Fix all remaining bugs
-rw-r--r--src/emap/script_buildins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/script_buildins.c b/src/emap/script_buildins.c
index ab3cd5a..1ada441 100644
--- a/src/emap/script_buildins.c
+++ b/src/emap/script_buildins.c
@@ -2831,7 +2831,7 @@ BUILDIN(deployhomunculus)
*/
// Using the function, I don't need it resting
- homun->vaporize(sd, HOM_ST_MORPH);
+ homun->vaporize(sd, HOM_ST_MORPH, true);
// Return true
script_pushint(st,true);