summaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game.c b/src/game.c
index 5dadc91..a507e49 100644
--- a/src/game.c
+++ b/src/game.c
@@ -735,6 +735,9 @@ static void update_entities(play_t *play, game_t *game)
game->teepee->quantity = quantities[i].qty;
}
+ if (game->sars->cheat)
+ game->teepee->quantity = 128;
+
bonus_node_new(&(stage_conf_t){.parent = game->game_node, .active = 1, .alpha = 1.f, .name = "teepee-bonus", .layer = 6},
game->teepee->quantity,
&game->sars->projection_x,
© All Rights Reserved