mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-21 12:40:20 -05:00
Trample Steam: uses fast cooldown when player activates
This commit is contained in:
@ -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
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user