1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-21 04:30:32 -05:00

Trample Steam: uses fast cooldown when player activates

This commit is contained in:
Jbleezy
2023-03-22 20:57:20 -07:00
parent 0195e23f2d
commit 022e5d81cb
2 changed files with 2 additions and 1 deletions

View File

@ -366,6 +366,7 @@
### Trample Steam ### Trample Steam
* No longer gets destroyed from kills * No longer gets destroyed from kills
* Gets destroyed after activating 15 times * Gets destroyed after activating 15 times
* Uses fast cooldown when player activates
### Head Chopper ### Head Chopper
* No longer gets destroyed from kills * No longer gets destroyed from kills

View File

@ -43,7 +43,7 @@ springpadthink( weapon, electricradius, armed )
if ( isdefined( weapon.fling_targets ) && weapon.fling_targets.size > 0 ) if ( isdefined( weapon.fling_targets ) && weapon.fling_targets.size > 0 )
{ {
weapon notify( "fling", weapon.zombies_only ); weapon notify( "fling", 1 );
weapon.is_armed = 0; weapon.is_armed = 0;
weapon.zombies_only = 1; weapon.zombies_only = 1;