This commit is contained in:
Anuken
2020-07-25 10:59:18 -04:00
parent b180462c45
commit ef381cb970
3 changed files with 3 additions and 2 deletions

View File

@ -28,6 +28,7 @@ public class ContinuousLaserBulletType extends BulletType{
pierce = true;
hittable = false;
hitColor = colors[2];
collidesTiles = false;
incendAmount = 1;
incendSpread = 5;
incendChance = 0.4f;

View File

@ -189,7 +189,7 @@ public class ResearchDialog extends BaseDialog{
}
boolean locked(TechNode node){
return node.content.locked();
return node.content.locked() || Structs.contains(node.requirements, i -> i.item.locked());
}
class LayoutNode extends TreeNode<LayoutNode>{

View File

@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=7cc77789e24f6c78fc61922ab2025d1f2d0df7bf
archash=5743c603a03f521a841da6104192bcb679d58889