From a7fd9d9c9f7ff71cc6b76e5a3ac5b8b19f48cd7f Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Sun, 3 Apr 2011 18:27:25 +0300 Subject: [PATCH] Comment weapons that don't use this effect in effectinfo.txt. These include the Tuba, Porto, and Hook. --- effectinfo.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/effectinfo.txt b/effectinfo.txt index ca9d78bdb..6f40ee27d 100644 --- a/effectinfo.txt +++ b/effectinfo.txt @@ -5262,6 +5262,8 @@ velocitymultiplier -0.31 // Weapon Damage Effects // -------------------------------- +// tuba does not use the weapon damage effect + // laser damage effect // used in qcsrc/client/gibs.qc: pointparticles(particleeffectnum(effectnum), org, '0 0 0', 1); effect weapondamage_laser @@ -5900,6 +5902,10 @@ lightradius 60 lightradiusfade 280 lightcolor 0.9 0.6 0.2 +// porto does not use the weapon damage effect + +// hook does not use the weapon damage effect + // -------------------------------- // End of Weapon Damage Effects // -------------------------------- \ No newline at end of file -- 2.39.2