Skip to content

Commit dc2610b

Browse files
authored
Update asw_door.cpp Slightly bigger close marine value
1 parent bdcc037 commit dc2610b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/server/swarm/asw_door.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ void CASW_Door::OnDoorClosed( void )
441441
void CASW_Door::DoorAutoCloseThink()
442442
{
443443

444-
const float CLOSE_DIST = 350.0f;
444+
const float CLOSE_DIST = 450.0f;
445445
bool bMarineNearby = false;
446446

447447
if (ASWGameResource())

0 commit comments

Comments
 (0)