We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e1868 commit a0f01b0Copy full SHA for a0f01b0
src/game/server/swarm/asw_radiation_volume.cpp
@@ -44,7 +44,7 @@ void CASW_Radiation_Volume::Spawn( void )
44
AddEffects(EF_NODRAW);
45
SetSolid( SOLID_BBOX );
46
float boxWidth = m_flBoxWidth;
47
- UTIL_SetSize( this, Vector( -boxWidth, -boxWidth, 0 ), Vector( boxWidth, boxWidth, boxWidth ) );
+ UTIL_SetSize( this, Vector( -boxWidth, -boxWidth, 0 ), Vector( boxWidth, boxWidth, boxWidth * 2 ) );
48
SetCollisionGroup(ASW_COLLISION_GROUP_PASSABLE);
49
AddSolidFlags(FSOLID_TRIGGER | FSOLID_NOT_SOLID);
50
SetTouch( &CASW_Radiation_Volume::RadTouch );
0 commit comments