Skip to content

Commit

Permalink
Forgot to adjust resource name.
Browse files Browse the repository at this point in the history
git-svn-id: svn://192.168.1.10/public/CoffeeMud@17161 0d6f1817-ed0e-0410-87c9-987e46238f29
  • Loading branch information
bozimmerman committed Aug 29, 2018
1 parent bccb959 commit 256af6b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,10 @@ public boolean bundle(final MOB mob, final List<String> what)
else
{
I2.basePhyStats().setWeight(I2.basePhyStats().weight()-amountToGo);
I2.recoverPhyStats();
amountToGo=0;
CMLib.materials().adjustResourceName(I2);
break;
}
}
if((!I.amDestroyed())&&(!R.isContent(I)))
Expand Down

0 comments on commit 256af6b

Please sign in to comment.