summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-09-22 20:02:01 +0200
committerGitHub <noreply@github.com>2019-09-22 20:02:01 +0200
commit76896e85057760d7f412293b912dce77d9016415 (patch)
treebd0dc1ae096fd92ea852ef81600ce5da5e5a24a5 /src/map/script.c
parent63d93d45038ab070dcb8e4714fb72c99fdcf2e9c (diff)
parent4e093cebcb83bab380dc655bb951de1e2d14c73c (diff)
downloadhercules-76896e85057760d7f412293b912dce77d9016415.tar.gz
hercules-76896e85057760d7f412293b912dce77d9016415.tar.bz2
hercules-76896e85057760d7f412293b912dce77d9016415.tar.xz
hercules-76896e85057760d7f412293b912dce77d9016415.zip
Merge pull request #2524 from MishimaHaruna/homunculus-fixes
Homunculus related fixes
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 4fc47e039..4bd8f2c85 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -12629,7 +12629,7 @@ static BUILDIN(homunculus_morphembryo)
clif->additem(sd, 0, 0, i);
clif->emotion(&sd->hd->bl, E_SWT);
} else {
- homun->vaporize(sd, HOM_ST_MORPH);
+ homun->vaporize(sd, HOM_ST_MORPH, true);
success = true;
}
} else {