mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-16 09:01:41 +00:00
SERVER: Scale down Power-Ups for NZ:P Beta
This commit is contained in:
parent
b0931d1f12
commit
2d357255f5
1 changed files with 5 additions and 0 deletions
|
@ -754,6 +754,11 @@ void(vector where, float type) Spawn_Powerup =
|
|||
|
||||
setmodel(sparkle,"models/sprites/sprkle.spr");
|
||||
|
||||
// Scale down for NZ:P Beta
|
||||
if (map_compatibility_mode == MAP_COMPAT_BETA) {
|
||||
powerup.scale = sparkle.scale = 0.66;
|
||||
}
|
||||
|
||||
sparkle.think = PU_SparkleThink;
|
||||
sparkle.nextthink = time + 0.1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue