Skip to content

Commit

Permalink
[c4m3] adjust postion of elevt trigger area (closes SirPlease#717)
Browse files Browse the repository at this point in the history
avoid survivors from being locked out of the elevator the moment it closes
  • Loading branch information
AidenVii authored Jul 14, 2024
1 parent f578dff commit 5eb88a6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cfg/stripper/zonemod/maps/c4m3_sugarmill_b.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ filter:
"targetname" "spawn_witch_vskeep"
}

; adjust postion of trigger area ,avoid svv from being locked out of the elevator the moment it closes
; 调整检测区域,降低卡出电梯的几率
modify:
{
match:
{
"targetname" "trigger_elevator"
}
replace:
{
"origin" "-1484 -9546 196"
}
}

; ################ ITEM SPAWN CHANGES ###############
; =====================================================
Expand Down

0 comments on commit 5eb88a6

Please sign in to comment.