Skip to content

Commit

Permalink
todo update
Browse files Browse the repository at this point in the history
  • Loading branch information
theengineertcr committed Oct 20, 2023
1 parent a14268f commit c782e82
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Classes/AdvZombieHusk.uc
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ class AdvZombieHusk extends AdvZombieHuskBase
// NOTE: All Variables are declared in the base class to eliminate hitching
//----------------------------------------------------------------------------

// TODO: Add an avoidmarker so zeds don't walk infront of a Husk(excludes big zeds and bloat)
/* TODO
Add an avoidmarker that stretches out infront of this zed so others don't cross his line of fire(excludes big zeds)
Make immune to self damage from flamethrower
Flamethrower tendril explodes in a larger radius at closer range
Doesn't attack when Fleshpound/Scrake is near players
*/

// HuskFireProjClass to "AdvHuskFireProjClass"
// Subsequent mentions have been modified as well
var class<Projectile> AdvHuskFireProjClass;

// New class variable for the flamethrower attack projectile
Expand Down

0 comments on commit c782e82

Please sign in to comment.