Pent and quad now glow red and blue (part 1 of update to TF 2.9)

This commit is contained in:
Finny Merrill 2004-02-01 10:30:06 +00:00
parent c7dc60d3bf
commit 5914684e21
1 changed files with 2 additions and 0 deletions

View File

@ -1688,6 +1688,7 @@ void() item_artifact_invulnerability =
setmodel (self, "progs/invulner.mdl");
self.netname = "Pentagram of Protection";
self.items = IT_INVULNERABILITY;
self.effects |= EF_BLUE;
setsize (self, '-16 -16 -24', '16 16 32');
StartItem ();
};
@ -1764,6 +1765,7 @@ void() item_artifact_super_damage =
setmodel (self, "progs/quaddama.mdl");
self.netname = "Quad Damage";
self.items = IT_QUAD;
self.effects |= EF_BLUE;
setsize (self, '-16 -16 -24', '16 16 32');
StartItem ();
};