Implemented homing silicon bullets

This commit is contained in:
Anuken
2018-06-24 21:17:48 -04:00
parent 6e5aec080a
commit 6ec28be541
4 changed files with 21 additions and 4 deletions

View File

@@ -418,6 +418,7 @@ public class Player extends Unit implements BuilderTrait, CarryTrait {
if(isDead()){
isBoosting = false;
boostHeat = 0f;
CoreEntity entity = (CoreEntity)getClosestCore();
if (!respawning && entity != null) {