diff options
Diffstat (limited to 'npc/027-2_Caretakers_House/husband.txt')
-rw-r--r-- | npc/027-2_Caretakers_House/husband.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/027-2_Caretakers_House/husband.txt b/npc/027-2_Caretakers_House/husband.txt index 6b7432b6..03ac84a0 100644 --- a/npc/027-2_Caretakers_House/husband.txt +++ b/npc/027-2_Caretakers_House/husband.txt @@ -283,8 +283,7 @@ L_Apologize: mes "\"However, you are a great friend and did a lot for me. I want you to have this.\""; getinventorylist; if (@inventorylist_count == 100) goto L_Full_Inv; - //TODO: change it to different kind of bowlerhat - getitem "BowlerHat", 1; + getitem "BowlerHatBrown", 1; set @state, 7; callsub S_Update_Mask; close; |