diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-11-08 23:04:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-11-08 23:04:11 -0300 |
commit | be26c64fcdec14be4ac02a470ac7ed007113c7a1 (patch) | |
tree | 161eaeb79cee8cb8c2ee98457e9b5bbc65051c71 /src/map/pc.cpp | |
parent | c20ee2295832e1f9cc7e29a54df754d6ce3f0d0c (diff) | |
download | tmwa-be26c64fcdec14be4ac02a470ac7ed007113c7a1.tar.gz tmwa-be26c64fcdec14be4ac02a470ac7ed007113c7a1.tar.bz2 tmwa-be26c64fcdec14be4ac02a470ac7ed007113c7a1.tar.xz tmwa-be26c64fcdec14be4ac02a470ac7ed007113c7a1.zip |
Slow down Setzer in 10ms - unnoticeable except in DPS calculations.
Diffstat (limited to 'src/map/pc.cpp')
-rw-r--r-- | src/map/pc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.cpp b/src/map/pc.cpp index dd2c604..7ceb8f1 100644 --- a/src/map/pc.cpp +++ b/src/map/pc.cpp @@ -130,7 +130,7 @@ earray<interval_t, ItemLook, ItemLook::COUNT> aspd_base_0 //= 650_ms, // 0 NONE 700_ms, // 1 BLADE or some other common weapons 750_ms, // 2 -600_ms, // 3 SETZER_AND_SCYTHE +610_ms, // 3 SETZER_AND_SCYTHE 2000_ms, // 4 2000_ms, // 5 800_ms, // 6 Falchion |