Haptics for concussion rifle

This commit is contained in:
Simon 2023-12-12 22:30:18 +00:00
parent 130652ae62
commit 0698ac2d28
1 changed files with 1 additions and 0 deletions

View File

@ -3555,6 +3555,7 @@ void CG_FireWeapon( centity_t *cent, qboolean alt_fire )
break;
case WP_DEMP2:
case WP_EMPLACED_GUN:
case WP_CONCUSSION:
cgi_HapticEvent("bfg_fire", position, 0, 100, 0, 0);
break;
}