From daeeba9b177de7360322f9bd5196079f02730215 Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Mon, 6 Feb 2023 17:34:41 +0100 Subject: Add support for DamageEffect in ToCltHP --- tocltcmds.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tocltcmds.go') 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. -- cgit v1.2.3