Rework enemy behavior (still in progress but shouldn't crash)
This commit is contained in:
@@ -25,7 +25,7 @@ public partial class ThrowableItem : InventoryItem, IStackable
|
||||
|
||||
public override float SpawnRate => Stats.SpawnRate;
|
||||
|
||||
public override double ThrowDamage => Stats.ThrowDamage;
|
||||
public override int ThrowDamage => Stats.ThrowDamage;
|
||||
|
||||
public override float ThrowSpeed => Stats.ThrowSpeed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user