mirror of
https://github.com/id-Software/quake-rerelease-qc.git
synced 2026-03-20 17:10:49 +01:00
Update 4 id1, hipnotic, mg1, and rogue source
This commit is contained in:
@@ -137,7 +137,9 @@ void() OgreFireGrenade =
|
||||
|
||||
missile.touch = OgreGrenadeTouch;
|
||||
|
||||
missile.effects = missile.effects | EF_CANDLELIGHT; // give the grenades a weak glow
|
||||
if (cvar("pr_checkextension"))
|
||||
if (checkextension("EX_EXTENDED_EF"))
|
||||
missile.effects = missile.effects | EF_CANDLELIGHT; // give the projectiles a weak glow
|
||||
|
||||
// set missile duration
|
||||
missile.nextthink = time + 2.5;
|
||||
|
||||
Reference in New Issue
Block a user