diff options
Diffstat (limited to 'Penguloon/Objects')
| -rw-r--r-- | Penguloon/Objects/CannonObject.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Objects/CannonObject.cs b/Penguloon/Objects/CannonObject.cs index 01afab8..e75639b 100644 --- a/Penguloon/Objects/CannonObject.cs +++ b/Penguloon/Objects/CannonObject.cs @@ -63,7 +63,7 @@ namespace Penguloon.Objects public override void SpawnUnique() { - Projectiles.Add(new SnowballProjectile(this, this.Rotation, extraPops)); + Projectiles.Add(new CannonballProjectile(this, this.Rotation, extraPops)); } } }
\ No newline at end of file |
