SERVER: Scale down Power-Ups for NZ:P Beta

This commit is contained in:
cypress 2024-01-01 15:27:09 -05:00
parent b0931d1f12
commit 2d357255f5

View file

@ -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;