*electric* shock

This commit is contained in:
Dragorn421 2025-07-01 11:50:06 +02:00
parent cae9dfb264
commit 244d141a59
No known key found for this signature in database
GPG Key ID: 05949E029F4EF294
1 changed files with 1 additions and 1 deletions

View File

@ -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 {