summaryrefslogtreecommitdiff
path: root/src/ast
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-08-03 04:21:23 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-08-03 04:21:23 +0000
commite8fbc9c718ac01aa10ce82d5bfc58754e8ba1e13 (patch)
treed47485bdedb606507f483d1403db8bb1865b3631 /src/ast
parent5951f881178cc785438a829604888fbf7ffd3e07 (diff)
parent28f1cdc73799c43f4112f524a64fa6d3b26ba696 (diff)
downloadtmwa-e8fbc9c718ac01aa10ce82d5bfc58754e8ba1e13.tar.gz
tmwa-e8fbc9c718ac01aa10ce82d5bfc58754e8ba1e13.tar.bz2
tmwa-e8fbc9c718ac01aa10ce82d5bfc58754e8ba1e13.tar.xz
tmwa-e8fbc9c718ac01aa10ce82d5bfc58754e8ba1e13.zip
Merge branch 'atk_delays' into 'master'
weapon base attack delay standardization See merge request legacy/tmwa!249
Diffstat (limited to 'src/ast')
-rw-r--r--src/ast/item_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/item_test.cpp b/src/ast/item_test.cpp
index 7bb7193..7e5f1a9 100644
--- a/src/ast/item_test.cpp
+++ b/src/ast/item_test.cpp
@@ -135,7 +135,7 @@ namespace item
EXPECT_SPAN(p->elv.span, 1,42, 1,43);
EXPECT_EQ(p->elv.data, 13);
EXPECT_SPAN(p->view.span, 1,45, 1,46);
- EXPECT_EQ(p->view.data, ItemLook::BOW);
+ EXPECT_EQ(p->view.data, ItemLook::W_BOW);
EXPECT_SPAN(p->use_script.span, 1,49, 1,54);
EXPECT_EQ(p->use_script.braced_body, "{end;}"_s);
EXPECT_SPAN(p->equip_script.span, 1,57, 1,58);