diff --git a/sounds/RazorHum.ogg b/sounds/RazorHum.ogg index 1bee8cd..c1a5a07 100644 Binary files a/sounds/RazorHum.ogg and b/sounds/RazorHum.ogg differ diff --git a/zscript/ripper.zsc b/zscript/ripper.zsc index 14f2e26..21c895a 100644 --- a/zscript/ripper.zsc +++ b/zscript/ripper.zsc @@ -75,7 +75,7 @@ Class Razor2 : Actor Super.PostBeginPlay(); let t = Spawn("Razor2Trail",pos); t.target = self; - A_PlaySound("ripper/hum",CHAN_VOICE,1.0,true,3.0); + A_PlaySound("ripper/hum",CHAN_VOICE,1.0,true,3.0,pitch:3.125); Vector3 dir = vel.unit(); A_SetAngle(atan2(dir.y,dir.x)); A_SetPitch(asin(-dir.z));