add_gems -> alter_gems
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
// player) fires this `grab()` hook instead of blocking. We bump the player's gem
|
||||
// count and remove ourselves from the board.
|
||||
fn grab(me) {
|
||||
add_gems(1);
|
||||
alter_gems(1);
|
||||
die();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user