super-coop/source/flag.qc

8 lines
140 B
Plaintext
Raw Normal View History

2019-09-11 11:47:16 -07:00
/*QUAKED item_deathball(.3 .3 1) (0 0 0) (32 32 32)
*/
void() deathball_touch;
void() item_deathball = {
self.touch = deathball_touch;
};