diff options
Diffstat (limited to 'npc/009-6/utils.txt')
-rw-r--r-- | npc/009-6/utils.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/009-6/utils.txt b/npc/009-6/utils.txt index 65ffbb276..0652607fa 100644 --- a/npc/009-6/utils.txt +++ b/npc/009-6/utils.txt @@ -67,6 +67,7 @@ OnReload: // load_npc ( name , map, x , y{, cell} ) load_npc("Wardrobe#RES_0096", .mapa$, 21, 23); load_npc("Piano#RES_0096" , .mapa$, 34, 25); + load_npc("Stove#RES_0096" , .mapa$, 23, 24); end; } |