Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
goblinhack committed Nov 11, 2023
1 parent 3e65367 commit 370a5fa
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 @@ -117,7 +117,7 @@ void Game::place_player(void)
auto w = level->thing_new("sword_duck_summoning", point(x, y));
t->carry(w, carry_options);
}
if (1) {
if (0) {
auto w = level->thing_new("sword_darkness", point(x, y));
t->carry(w, carry_options);
}
Expand Down

0 comments on commit 370a5fa

Please sign in to comment.