diff options
Diffstat (limited to 'npc/merchants/clothes_dyer.txt')
-rw-r--r-- | npc/merchants/clothes_dyer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/merchants/clothes_dyer.txt b/npc/merchants/clothes_dyer.txt index 0251d7884..94fab1d5c 100644 --- a/npc/merchants/clothes_dyer.txt +++ b/npc/merchants/clothes_dyer.txt @@ -105,7 +105,7 @@ function Dyes; if (Sex) Dyes(6,1); else Dyes(4,1,8,2,7,3); case Job_SuperNovice: if (Sex) Dyes(2,1,6,2,5,3,4,4); else Dyes(6,1,3,2,5,3,4,4); - default: + default: mes "Wow, I've never seen clothes like that before! I'm sorry, but I don't think I can paint it."; close; } |