make radial menu boat button

This commit is contained in:
evanpelle
2024-09-28 12:58:49 -07:00
parent c06009f64e
commit c4c23de1ec
7 changed files with 137 additions and 123 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ export const BoatAttackIntentSchema = BaseIntentSchema.extend({
type: z.literal('boat'),
attackerID: z.string(),
targetID: z.string().nullable(),
troops: z.number(),
troops: z.number().nullable(),
x: z.number(),
y: z.number(),
})