mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-23 12:42:39 +00:00
Pent and quad now glow red and blue (part 1 of update to TF 2.9)
This commit is contained in:
parent
c7dc60d3bf
commit
5914684e21
1 changed files with 2 additions and 0 deletions
2
items.qc
2
items.qc
|
@ -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 ();
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue