diff options
Diffstat (limited to 'tocltcmds.go')
-rw-r--r-- | tocltcmds.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tocltcmds.go b/tocltcmds.go index 9563bc8..54ab788 100644 --- a/tocltcmds.go +++ b/tocltcmds.go @@ -233,6 +233,8 @@ type ToCltAOMsgs struct { // ToCltHP updates the player's HP on the client. type ToCltHP struct { HP uint16 + //mt:opt + DamageEffect bool } // ToCltMovePlayer tells the client that the player has been moved server-side. |