Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
goblinhack committed Nov 10, 2023
1 parent 448f29d commit 8690308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void Game::place_player(void)
}
level->thing_new("tentacleye", point(x + 1, y));
}
if (1) {
if (0) {
auto w = level->thing_new("mace", point(x, y));
t->carry(w, carry_options);
if (1) {
Expand Down

0 comments on commit 8690308

Please sign in to comment.