Research cost multipliers for Serpulo resources

This commit is contained in:
Anuken
2021-12-28 16:36:04 -05:00
parent 4fa88296a7
commit 37bc06d14a
7 changed files with 43 additions and 13 deletions

View File

@@ -133,6 +133,7 @@ public class ItemTurret extends Turret{
@Override
public void handleItem(Building source, Item item){
//TODO instead of all this "entry" crap, turrets could just accept only one type of ammo at a time - simpler for both users and the code
if(item == Items.pyratite){
Events.fire(Trigger.flameAmmo);