summaryrefslogtreecommitdiff
path: root/src/game/unit_spider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/unit_spider.cpp')
-rw-r--r--src/game/unit_spider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/unit_spider.cpp b/src/game/unit_spider.cpp
index 6bd7509..714a51c 100644
--- a/src/game/unit_spider.cpp
+++ b/src/game/unit_spider.cpp
@@ -28,7 +28,7 @@ unit_spider_t::unit_spider_t(game::state_t *game) : unit_t(game, UNIT_SPIDER)
cmodel.cflags = CF_BODY_SMALL;
move.cflags = CF_SOLID | CF_WATER | CF_BODY_SMALL;
- name = text::get(text::UNIT_NAME_SPIDER);
+ name = "Spider";
ignore_waking = false;