#61 - smelt bubble correction.

This commit is contained in:
Rodgerwilco 2012-04-29 18:26:25 -07:00
parent df28b4e8fb
commit 5c17297357
1 changed files with 2 additions and 1 deletions

View File

@ -1248,6 +1248,7 @@ public class InvUseOnObject implements PacketHandler {
return;
}
}
showBubble();
if (owner.getCurStat(13) < smeltingDef.getReqLevel()) {
owner.getActionSender().sendMessage(
"You need a smithing level of "
@ -1259,7 +1260,7 @@ public class InvUseOnObject implements PacketHandler {
return;
}
owner.setBusy(true);
showBubble();
//showBubble();
owner.getActionSender().sendMessage(
"You smelt the " + item.getDef().getName()
+ " in the furnace.");