Skip to content

Commit

Permalink
Injectors can attack buildings now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Slotterleet committed Jun 10, 2024
1 parent 16d4070 commit 500df5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fos/type/bullets/InjectorBasicBulletType.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public InjectorBasicBulletType(float minChance, float maxChance, float minHP, fl
width = 6; height = 12;
hittable = false;
absorbable = true;
collidesTiles = false;
//collidesTiles = false;
frontColor = FOSPal.hacked;
backColor = FOSPal.hackedBack;

Expand Down

0 comments on commit 500df5c

Please sign in to comment.