From 893fe82cb104e2fb19a75b548eb85976ee185a74 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Jun 2019 10:49:56 -0300 Subject: Bracco Infinity Loop fix --- npc/020-5/bracco.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/020-5') diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index 54f2bdea7..d86c3d9b1 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -131,6 +131,8 @@ L_Meltdown: mesc l("What item do you want to melt down? This is irreversible, and may return some ingots to you, but there is no way to tell how many you'll receive!"), 1; mesc l("Each item have it's own tax."); .@it=requestitemindex(); + if (.@it < 0) + close; delinventorylist(); getinventorylist(); .@id=@inventorylist_id[.@it]; @@ -209,6 +211,10 @@ L_Meltdown: next; break; } + mesc l("Melt something else?"); + if (askyesno() == ASK_NO) + close; + mes ""; goto L_Meltdown; OnInit: -- cgit v1.2.3-60-g2f50