summaryrefslogtreecommitdiff
path: root/npc/012-8
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-07 22:59:02 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-07 22:59:02 -0300
commit20997279964bf6afe101408219a246dcc2bcd09e (patch)
tree476882cecd59d4f0f26c90aec46abd3fa9d0b76f /npc/012-8
parent0ed07673c0754bc8b07006ed0bab125763a266f3 (diff)
downloadserverdata-20997279964bf6afe101408219a246dcc2bcd09e.tar.gz
serverdata-20997279964bf6afe101408219a246dcc2bcd09e.tar.bz2
serverdata-20997279964bf6afe101408219a246dcc2bcd09e.tar.xz
serverdata-20997279964bf6afe101408219a246dcc2bcd09e.zip
Unify all cauldrons with the apartment function, which is now an util.
This means I can add new systems using the cauldron, and split them at a later date if I deem fit. Note Halinarzo houses does not comes with a Cauldron -_-
Diffstat (limited to 'npc/012-8')
-rw-r--r--npc/012-8/utils.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/npc/012-8/utils.txt b/npc/012-8/utils.txt
index 20e3e8a84..952a3221b 100644
--- a/npc/012-8/utils.txt
+++ b/npc/012-8/utils.txt
@@ -83,11 +83,7 @@ OnInit:
012-8,29,24,0 script Cauldron#RES_0128 NPC_NO_SPRITE,{
- mesc l("What will you brew today?");
- if (AlchemySystem(CRAFT_PLAYER))
- mesc l("Success!"), 3;
- else
- mesc l("That didn't work!"), 1;
+ realestate_cauldron();
close;
OnInit: