diff options
Diffstat (limited to 'world/map/npc/027-2/husband.txt')
-rw-r--r-- | world/map/npc/027-2/husband.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/027-2/husband.txt b/world/map/npc/027-2/husband.txt index 34ef723e..9e1b0c04 100644 --- a/world/map/npc/027-2/husband.txt +++ b/world/map/npc/027-2/husband.txt @@ -37,7 +37,7 @@ set @BONE_AMOUNT, 100; set @SKULL_AMOUNT, 75; set @BONE_EXP, 100000; - set @RUBY_AMOUNT, 50; // caution, this value needs to be the same as in the innkeepers script! + set @RUBY_AMOUNT, 25; // caution, this value needs to be the same as in the innkeepers script! if (@state >= 7) goto L_Thanks; if (@state == 6) goto L_Apologize; |