diff options
-rw-r--r-- | npc/config/hairstyle_config.txt | 2 | ||||
-rw-r--r-- | npc/items/books.txt | 6 | ||||
-rw-r--r-- | npc/items/emptybox.txt | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/npc/config/hairstyle_config.txt b/npc/config/hairstyle_config.txt index 0d594e9e5..04b73b119 100644 --- a/npc/config/hairstyle_config.txt +++ b/npc/config/hairstyle_config.txt @@ -2,7 +2,7 @@ // set array of style and colors // Author: Omatt -000-0,0,0,0 script hairstyle_config NPC_HIDDEN,0,0,{ +- script hairstyle_config NPC_HIDDEN,{ end; diff --git a/npc/items/books.txt b/npc/items/books.txt index 1836cf27e..78a598835 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -70,7 +70,7 @@ function script FishingBook { return; } -000-0,0,0,0 script #Book-Fishing1 NPC_HIDDEN,{ +- script #Book-Fishing1 NPC_HIDDEN,{ function read_book { setnpcdialogtitle l(.book_name$); @@ -114,7 +114,7 @@ function script PetcaringBook { return; } -000-0,0,0,0 script #Book-Petcaring NPC_HIDDEN,{ +- script #Book-Petcaring NPC_HIDDEN,{ function read_book { PetcaringBook(); close; @@ -159,7 +159,7 @@ OnInit: -000-0,0,0,0 script #Book-JGrimorium NPC_HIDDEN,{ +- script #Book-JGrimorium NPC_HIDDEN,{ function read_book { diff --git a/npc/items/emptybox.txt b/npc/items/emptybox.txt index dec30a2d4..b49a12b6c 100644 --- a/npc/items/emptybox.txt +++ b/npc/items/emptybox.txt @@ -4,7 +4,7 @@ // Description: // Allows to mount your own fish/plushroom/croconut box -000-0,0,0,0 script Empty Box#it NPC_HIDDEN,{ +- script Empty Box#it NPC_HIDDEN,{ close; OnUse: |