diff --git a/zscript/biorifle.zsc b/zscript/biorifle.zsc index 97f46b0..e8e2fb3 100644 --- a/zscript/biorifle.zsc +++ b/zscript/biorifle.zsc @@ -411,8 +411,8 @@ Class BioGel : Actor s.args[3] = int(s.args[3]*Scale.x); invoker.deadtimer = -2; if ( invoker.atline ) invoker.atline.RemoteActivate(target,invoker.atside,SPAC_Impact,pos); - UTMainHandler.DoBlast(self,Min(250,int(Scale.x*75)),20000*Scale.x); - A_Explode(int(Random[GES](18,26)*Scale.x),Min(250,int(Scale.x*75))); + UTMainHandler.DoBlast(self,Min(175,int(Scale.x*50)),20000*Scale.x); + A_Explode(int(Random[GES](18,26)*Scale.x),Min(175,int(Scale.x*50))); A_PlaySound("ges/explode",CHAN_VOICE); int numpt = Min(300,int(Scale.x*30))+Random[GES](-10,10); for ( int i=0; i