My program doesn't have bugs. It just develops random features.

Legacy:NoPowerups

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT :: Actor (UT) >> Info (UT) >> Mutator (UT) >> NoPowerups (Package: Botpack)

The no powerups mutator does exactly what you would expect. It removes all powerups from the game. The objects removed from the map are:

  • Super health pack
  • Sheild belt
  • Invisibility
  • Ultra damage
  • Health vials

Methods Inherited From Mutator (UT)[edit]

bool CheckReplacement (Actor (UT) Other, out byte bSuperRelevant) 
This function returns false when the class types HealthPack, UT_ShieldBelt, UT_Invisibility, UDamage or HealthVial actors are encountered. This effectively removes them from the game.
For all other objects this function returns true.