Skip to content

Commit

Permalink
this is a desperate attempt at fixing the colonel sub time add bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SargentoMesa committed Nov 25, 2024
1 parent d2d5b7d commit 895223c
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -560,12 +560,6 @@ Oh_Dios_Mio_Es_Eso_Una_Pizza_Tower_Referencia
"target" "!parent"
"targetname" "tower_glow"
}
OnParentKilledOutput
{
Target "add30seconds"
Action Trigger
Delay 0
}
}
time_add_3
{
Expand Down Expand Up @@ -2317,7 +2311,7 @@ Oh_Dios_Mio_Es_Eso_Una_Pizza_Tower_Referencia
IncludeScript(`tankextensions/paratank`, getroottable())
IncludeScript(`tankextensions/ubertank`, getroottable())
IncludeScript(`tankextensions/combattank`, getroottable())

IncludeScript(`popextensions_main.nut`)
IncludeScript(`tankextensions/combattank_weapons/rocketpod`, getroottable())
IncludeScript(`tankextensions/combattank_weapons/railgun`, getroottable())
IncludeScript(`claudz_logic`)
Expand All @@ -2344,6 +2338,11 @@ Oh_Dios_Mio_Es_Eso_Una_Pizza_Tower_Referencia

]
})
PopExt.AddRobotTag(`add_30_sec`, {
OnDeath = function(bot, params) {
EntFire(`add30seconds`, `trigger`)
},
})
// TankExt.CreatePaths({
// tank_para = [
// Vector(1152, 0, 512)
Expand Down Expand Up @@ -3031,7 +3030,7 @@ Oh_Dios_Mio_Es_Eso_Una_Pizza_Tower_Referencia
Squad
{
TFBot
{ Template T_TFBot_Giant_Soldier_SlowBarrage SpawnTemplate time_add_2 ClassIcon soldier_and_demo_giant Action Mobber CharacterAttributes { "attach particle effect" "3043" } }
{ Template T_TFBot_Giant_Soldier_SlowBarrage SpawnTemplate time_add_2 Tag add_30_sec ClassIcon soldier_and_demo_giant Action Mobber CharacterAttributes { "attach particle effect" "3043" } }
TFBot
{ Template T_TFBot_Giant_Medic_Regen ClassIcon medic Action Mobber }
TFBot
Expand Down Expand Up @@ -3900,6 +3899,7 @@ Oh_Dios_Mio_Es_Eso_Una_Pizza_Tower_Referencia
Health 4200
Skill Expert
SpawnTemplate time_add_2
Tag add_30_sec
WeaponRestrictions PrimaryOnly
Attributes MiniBoss
Attributes HoldFireUntilFullReload
Expand Down

0 comments on commit 895223c

Please sign in to comment.