diff --git a/zscript/biorifle.zsc b/zscript/biorifle.zsc index 20ca347..270dd3a 100644 --- a/zscript/biorifle.zsc +++ b/zscript/biorifle.zsc @@ -422,8 +422,7 @@ Class BioGel : Actor hittype = HIT_CEILING; else hittype = HIT_FLOOR; } - else - if ( BlockingLine ) + else if ( BlockingLine ) { atline = BlockingLine; normal = (-BlockingLine.delta.y,BlockingLine.delta.x,0).unit();