diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-11-08 23:20:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-11-08 23:20:42 -0300 |
commit | 2fd2caa7c54e3dd6898bb60d33e0e47153b10eb5 (patch) | |
tree | a843e4dcd39d256a5106c22053427cc87f1647c6 /src/map/script-fun.cpp | |
parent | be26c64fcdec14be4ac02a470ac7ed007113c7a1 (diff) | |
download | tmwa-2fd2caa7c54e3dd6898bb60d33e0e47153b10eb5.tar.gz tmwa-2fd2caa7c54e3dd6898bb60d33e0e47153b10eb5.tar.bz2 tmwa-2fd2caa7c54e3dd6898bb60d33e0e47153b10eb5.tar.xz tmwa-2fd2caa7c54e3dd6898bb60d33e0e47153b10eb5.zip |
Nerf the "Red Threshold" attack speed.v22.11.9
Diffstat (limited to 'src/map/script-fun.cpp')
-rw-r--r-- | src/map/script-fun.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/script-fun.cpp b/src/map/script-fun.cpp index 500d892..bcb5a45 100644 --- a/src/map/script-fun.cpp +++ b/src/map/script-fun.cpp @@ -3146,7 +3146,7 @@ void builtin_mapannounce(ScriptState *st) /*========================================== * ユーザー数所得 - * User Revenue + * User Count *------------------------------------------ */ static @@ -3169,7 +3169,7 @@ void builtin_getusers(ScriptState *st) /*========================================== * マップ指定ユーザー数所得 - * maps Designated User Income + * maps Designated User Count *------------------------------------------ */ static |