Player.AddGauge() ========================== .. warning:: This function only works if the player has been initialized using *init_reaper()*. This function adds the given amount to the player's Soul gauge. **Parameter** * amount : int - Amount to add to the soul gauge **Usage** .. code-block:: python ninPlayer.AddGauge(10)