From 7b8485b56e0d029de37ef9930bf2c312d837a145 Mon Sep 17 00:00:00 2001 From: loothero Date: Wed, 27 Sep 2023 23:17:34 +0000 Subject: [PATCH] squash_before_merge --- contracts/game/src/lib.cairo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/game/src/lib.cairo b/contracts/game/src/lib.cairo index af842855b..74304f6ca 100644 --- a/contracts/game/src/lib.cairo +++ b/contracts/game/src/lib.cairo @@ -147,7 +147,7 @@ mod Game { /// @dev The function asserts the provided weapon's validity, starts the game, and distributes rewards. /// /// @param client_reward_address Address where client rewards should be sent. - /// @param weapon A u8 representing the weapon to start the game with. Valid options are: {wand: 12, book: 17, short sword: 46, club: 76} + /// @param weapon A u8 representing the weapon to start the game with. Valid options are: {wand: 12, book: 17, short sword: 46, club: 76} /// @param name A u128 value representing the player's name. fn new_game( ref self: ContractState, client_reward_address: ContractAddress, weapon: u8, name: u128,