aboutsummaryrefslogtreecommitdiff
path: root/backend/Dungeon.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-31 21:40:55 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-31 21:40:55 +0100
commitd7012045bb61f117fb7b9c51ddd03e4c54f25fe6 (patch)
tree28cadae7a828865aa4bd13f62fb83f81c600b063 /backend/Dungeon.cpp
parent82dcf9e2dd3596b28ef846f4a217dc19c21cf781 (diff)
more more more more WIP
Diffstat (limited to 'backend/Dungeon.cpp')
-rw-r--r--backend/Dungeon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Dungeon.cpp b/backend/Dungeon.cpp
index b1e89ba..30d6068 100644
--- a/backend/Dungeon.cpp
+++ b/backend/Dungeon.cpp
@@ -16,7 +16,7 @@ void Dungeon::update(Location * player_location) {
}
void Dungeon::update_attacks(ListRange<Enemy *> & enemies) {
- printf("TODO: de vijanden vallen aan!\n");
+ lprtf(":: De vijand%s in je locatie vallen aan! ::\n", enemies.size() == 1 ? "" : "en");
}
void Dungeon::update_movement() {