cannon: add support for shattered relics league ornamental cannon

Annoyingly, the cannonball projectiles are not fired out of the centre
of the cannon object like the original cannon does, so how the cannon's
position is stored had to be changed to a WorldArea
This commit is contained in:
Hydrox6
2022-03-18 00:53:56 +00:00
committed by Adam
parent 51e2ff00c4
commit 7051bedc61
3 changed files with 31 additions and 11 deletions

View File

@@ -53,4 +53,6 @@ public final class GraphicID
public static final int GRANITE_CANNONBALL = 1443;
public static final int GRAPHICS_OBJECT_ROCKFALL = 1727;
public static final int ZALCANO_PROJECTILE_FIREBALL = 1728;
public static final int CANNONBALL_OR = 2018;
public static final int GRANITE_CANNONBALL_OR = 2019;
}