From 20997279964bf6afe101408219a246dcc2bcd09e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 7 Aug 2019 22:59:02 -0300 Subject: 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 -_- --- npc/017-8/utils.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'npc/017-8/utils.txt') diff --git a/npc/017-8/utils.txt b/npc/017-8/utils.txt index e903ac87f..ec0966b7d 100644 --- a/npc/017-8/utils.txt +++ b/npc/017-8/utils.txt @@ -83,13 +83,8 @@ OnInit: 017-8,29,24,0 script Cauldron#RES_0178 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; - end; OnInit: .distance=3; -- cgit v1.2.3-60-g2f50