diff options
Diffstat (limited to 'npc/009-7/utils.txt')
-rw-r--r-- | npc/009-7/utils.txt | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/npc/009-7/utils.txt b/npc/009-7/utils.txt index 1e111d23b..424a1f779 100644 --- a/npc/009-7/utils.txt +++ b/npc/009-7/utils.txt @@ -71,32 +71,3 @@ OnReload: } -009-7,21,23,0 script Wardrobe#RES_0097 NPC_NO_SPRITE,{ - openstorage; - end; - -OnInit: - .distance=3; - end; -} - - -009-7,29,24,0 script Stovetop#RES_0097 NPC_NO_SPRITE,{ - realestate_cauldron(); - close; - -OnInit: - .distance=3; - end; -} - - -009-7,34,25,0 script Piano#RES_0097 NPC_NO_SPRITE,{ - realestate_piano(); - close; - -OnInit: - .distance=3; - end; -} - |