Too lazy to comment
This commit is contained in:
8
mod_vanilla/my_progs/flag.qc
Normal file
8
mod_vanilla/my_progs/flag.qc
Normal file
@@ -0,0 +1,8 @@
|
||||
/*QUAKED item_deathball (.3 .3 1) (0 0 0) (32 32 32)
|
||||
*/
|
||||
void() deathball_touch;
|
||||
|
||||
void() item_deathball =
|
||||
{
|
||||
self.touch = deathball_touch;
|
||||
};
|
||||
Reference in New Issue
Block a user