Skip to content

Commit

Permalink
Revert "reverted for the time being, will investigate once im back home"
Browse files Browse the repository at this point in the history
This reverts commit 746f81e.
  • Loading branch information
SargentoMesa committed Nov 26, 2024
1 parent 746f81e commit 9f842d7
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2311,6 +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 @@ -2337,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 @@ -3024,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 @@ -3893,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 9f842d7

Please sign in to comment.