summaryrefslogtreecommitdiff
path: root/src/map/clif.cpp
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2022-10-24 23:33:34 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2022-10-24 23:33:34 +0000
commitd3942a51238f34ae7807e5747f6569b55924e0d1 (patch)
tree9e9c0cb3cca49cd5080f5ae2ed361c4e98165efb /src/map/clif.cpp
parent9a3566484f2345db599552a6c18311978a0071ea (diff)
downloadtmwa-d3942a51238f34ae7807e5747f6569b55924e0d1.tar.gz
tmwa-d3942a51238f34ae7807e5747f6569b55924e0d1.tar.bz2
tmwa-d3942a51238f34ae7807e5747f6569b55924e0d1.tar.xz
tmwa-d3942a51238f34ae7807e5747f6569b55924e0d1.zip
Sc cooldown added frillyar and kaflosh status symbols and <1s fix
Diffstat (limited to 'src/map/clif.cpp')
-rw-r--r--src/map/clif.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/clif.cpp b/src/map/clif.cpp
index 1c78cd0..f71feb6 100644
--- a/src/map/clif.cpp
+++ b/src/map/clif.cpp
@@ -1691,6 +1691,8 @@ int clif_storageequiplist(dumb_ptr<map_session_data> sd, Borrowed<Storage> stor)
/*==========================================
* ステータスを送りつける
* 表示専用数字はこの中で計算して送る
+ * send status
+ * Display-only numbers are calculated and sent here
*------------------------------------------
*/
int clif_updatestatus(dumb_ptr<map_session_data> sd, SP type)
@@ -2189,6 +2191,7 @@ void clif_pvpstatus(dumb_ptr<map_session_data> sd)
/*==========================================
* 表示オプション変更
+ * Change display options
*------------------------------------------
*/
int clif_changeoption(dumb_ptr<block_list> bl)
@@ -2992,6 +2995,7 @@ int clif_skill_damage(dumb_ptr<block_list> src, dumb_ptr<block_list> dst,
/*==========================================
* 状態異常アイコン/メッセージ表示
+ * Abnormal status icon/message display
*------------------------------------------
*/
int clif_status_change(dumb_ptr<block_list> bl, StatusChange type, int flag)