From 244d141a591fc87c9965067b6ded77c70f9fee01 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Tue, 1 Jul 2025 11:50:06 +0200 Subject: [PATCH] *electric* shock --- include/player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/player.h b/include/player.h index 577f936083..c3af8dd27f 100644 --- a/include/player.h +++ b/include/player.h @@ -647,7 +647,7 @@ typedef enum PlayerBumpType { /* 0 */ PLAYER_BUMP_NONE, // No knockback /* 1 */ PLAYER_BUMP_KNOCKBACK, // A small hop, remains standing up /* 2 */ PLAYER_BUMP_KNOCKDOWN, // Sent flying in the air and lands laying down on the floor - /* 3 */ PLAYER_BUMP_KNOCKDOWN_ELECTRIFIED // Same as`PLAYER_BUMP_KNOCKDOWN` with a shock effect + /* 3 */ PLAYER_BUMP_KNOCKDOWN_ELECTRIFIED // Same as`PLAYER_BUMP_KNOCKDOWN` with an electric shock effect } PlayerBumpType; typedef enum PlayerHitResponseType {