diff options
Diffstat (limited to 'tocltcmds.go')
-rw-r--r-- | tocltcmds.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tocltcmds.go b/tocltcmds.go index a3ffec3..b662f6a 100644 --- a/tocltcmds.go +++ b/tocltcmds.go @@ -234,7 +234,8 @@ type ToCltAOMsgs struct { // ToCltHP updates the player's HP on the client. type ToCltHP struct { - HP uint16 + HP uint16 + DamageEffect bool } // ToCltMovePlayer tells the client that the player has been moved server-side. |