You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/game/server/swarm/asw_drone_advanced.cpp
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,6 @@ ConVar asw_new_drone("asw_new_drone", "1", FCVAR_CHEAT, "Set to 1 to use the new
84
84
ConVar rd_drone_uber_knockdown( "rd_drone_uber_knockdown", "0", FCVAR_CHEAT, "Set to 1 to make uber drones knock down marines like shieldbugs do" );
85
85
ConVar rd_drone_uber_knockdown_force( "rd_drone_uber_knockdown_force", "10", FCVAR_CHEAT, "Magnitude of knockdown force for uber drone's melee attack, only works if rd_drone_uber_knockdown 1" );
86
86
ConVar rd_drone_uber_knockdown_lift( "rd_drone_uber_knockdown_lift", "10", FCVAR_CHEAT, "Upwards force for uber drone's melee attack, only works if rd_drone_uber_knockdown 1" );
87
-
ConVar rd_drone_flinch_resets_attack( "rd_drone_flinch_resets_attack", "0", FCVAR_CHEAT, "Set to 1 to revert the fix for drones being able to attack immediately after a flinch interrupts an attack animation" );
88
87
ConVar rd_pistols_uber_drone_additional_damage_health_percent("rd_pistols_uber_drone_additional_damage_health_percent", "12", FCVAR_CHEAT, "Special pistol bullets provide additional damage over heavy drones");
89
88
ConVar rd_pistols_drone_dualshot_health_bound("rd_pistols_drone_dualshot_health_bound", "105", FCVAR_CHEAT, "Drones below this health guaranteed to die in two (or one) pistol shots");
0 commit comments