summaryrefslogtreecommitdiff
path: root/src/game/unit_builder.cpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-04-25 12:44:03 +0200
committerPaweł Redman <pawel.redman@gmail.com>2018-04-25 12:44:03 +0200
commit273abc7c37e9bcdb7cf8d092ed356de01b906146 (patch)
tree748c0f589ce38bdba93b2fac615e62e04dcbe5ee /src/game/unit_builder.cpp
parent7fe865d745fede7e2628ecf0c91b38bb15154cb3 (diff)
Improve unit says a bit.
Diffstat (limited to 'src/game/unit_builder.cpp')
-rw-r--r--src/game/unit_builder.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/unit_builder.cpp b/src/game/unit_builder.cpp
index 1ed7f58..d35a1fc 100644
--- a/src/game/unit_builder.cpp
+++ b/src/game/unit_builder.cpp
@@ -121,6 +121,8 @@ void unit_builder_t::command_build(v2f_t where, type_t what)
repairing = true;
building = true;
repairing_at = where;
+
+ say("Rozpoczynam budowę.");
}
void unit_builder_t::repair(void)