summaryrefslogtreecommitdiff
path: root/Penguloon/Objects/CannonObject.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/Objects/CannonObject.cs')
-rw-r--r--Penguloon/Objects/CannonObject.cs2
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