starting conc issue resolved

This commit is contained in:
2024-04-20 10:40:47 -05:00
parent ce3eacda48
commit 1f7ea89d66
+1 -4
View File
@@ -4821,10 +4821,7 @@ public class PlayerCharacter extends AbstractCharacter {
}
}
if(!hasConc) {
MobLoot conc = new MobLoot(this, ItemBase.getItemBase(980066), false);
this.getCharItemManager().addItemToInventory(conc);
this.getCharItemManager().addItemToInventory(conc.promoteToItem(this), 1);
this.getCharItemManager().updateInventory();
ItemFactory.fillInventory(this, 980066, 1);
}
}