diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-25 01:41:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-25 01:41:41 -0300 |
commit | 658a9f291c99ce2389896efdaecc058fcfb916f7 (patch) | |
tree | 180b55f4c58205e6650546ae8d8cfa17c37f14fd /npc/009-6/utils.txt | |
parent | 8eafc97eb466b89048729cc93546560c062f94f8 (diff) | |
download | serverdata-658a9f291c99ce2389896efdaecc058fcfb916f7.tar.gz serverdata-658a9f291c99ce2389896efdaecc058fcfb916f7.tar.bz2 serverdata-658a9f291c99ce2389896efdaecc058fcfb916f7.tar.xz serverdata-658a9f291c99ce2389896efdaecc058fcfb916f7.zip |
Cauldron on Halinarzo Houses (2x more expensive than elsewhere)
+ debug text update
Diffstat (limited to 'npc/009-6/utils.txt')
-rw-r--r-- | npc/009-6/utils.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/009-6/utils.txt b/npc/009-6/utils.txt index 1053d7f6e..816c56abe 100644 --- a/npc/009-6/utils.txt +++ b/npc/009-6/utils.txt @@ -81,6 +81,16 @@ OnInit: } +009-6,29,24,0 script Stovetop#RES_0096 NPC_NO_SPRITE,{ + realestate_cauldron(); + close; + +OnInit: + .distance=3; + end; +} + + 009-6,34,25,0 script Piano#RES_0096 NPC_NO_SPRITE,{ realestate_piano(); close; |