Removed respawn time rule

This commit is contained in:
Anuken
2020-05-24 17:05:31 -04:00
parent 3051598b92
commit e8869c07fe
25 changed files with 3 additions and 54 deletions

View File

@@ -47,7 +47,8 @@ public class CoreBlock extends StorageBlock{
if(!net.client()){
Unitc unit = block.unitType.create(tile.team());
unit.set(entity);
unit.impulse(0f, 2f);
unit.rotation(90f);
unit.impulse(0f, 3f);
unit.controller(player);
unit.spawnedByCore(true);
unit.add();