diff options
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; |