Too lazy to comment

This commit is contained in:
2020-01-09 14:54:45 +01:00
parent e0abf9082f
commit 714ead3244
52 changed files with 22976 additions and 8 deletions

View 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;
};