sevivon

[DORMANT] multiplayer dreidel game for mobile devices w/ godot
git clone git://git.figbert.com/sevivon.git
Log | Files | Refs | README | LICENSE

commit 1405098fdccac0de5e6feef5087cbe89f5983b03
parent 54775bc3483e27e6464aad197ab48d83c74b0eb6
Author: FIGBERT <figbert@figbert.com>
Date:   Tue,  2 Feb 2021 21:55:20 -0800

Change shin comment to pey/shin

Diffstat:
Msrc/scripts/main.gd | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/scripts/main.gd b/src/scripts/main.gd @@ -123,7 +123,7 @@ func _spin_dreidel(id: int) -> void: pot -= floor(pot / 2) if pot == 1: _everyone_puts_in_one() - 3: # shin + 3: # pey/shin if players[id]["gelt"] != 0: players[id]["gelt"] -= 1 pot += 1