mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-07-08 14:37:16 -04:00
Changed default value
This commit is contained in:
@@ -175,9 +175,9 @@ void EnBom_Explode(EnBom* this, PlayState* play) {
|
||||
if (this->explosionCollider.elements[0].dim.modelSphere.radius == 0) {
|
||||
this->actor.flags |= ACTOR_FLAG_5;
|
||||
func_800AA000(this->actor.xzDistToPlayer, 0xFF, 0x14, 0x96);
|
||||
}
|
||||
}
|
||||
|
||||
if (CVar_GetS32("gStaticExplosionRadius", 1)) {
|
||||
if (CVar_GetS32("gStaticExplosionRadius", 0)) {
|
||||
this->explosionCollider.elements[0].dim.worldSphere.radius = 40;
|
||||
} else {
|
||||
this->explosionCollider.elements[0].dim.worldSphere.radius += this->actor.shape.rot.z + 8;
|
||||
|
||||
Reference in New Issue
Block a user