Skip to content

Commit 1a9fab2

Browse files
authored
DKR 2.0 Fix map 2 ladder (#975)
Re-do the ladder fix for DKR 2.0, compatible with both versions now
1 parent f947e71 commit 1a9fab2

1 file changed

Lines changed: 9 additions & 14 deletions

File tree

cfg/stripper/zonemod/maps/dkr_m2_carnival.cfg

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,15 @@ add:
3333
; "targetname" "eb_fix01"
3434
}
3535

36-
3736
; --- Fix broken infected ladder on telephone pole after the warehouse
38-
filter:
39-
{
40-
"hammerid" "1184297"
41-
}
42-
add:
37+
modify:
4338
{
44-
"classname" "func_simpleladder"
45-
"origin" "-1.00049 7.33105 -90.5992"
46-
"angles" "0 0 3"
47-
"model" "*205"
48-
"normal.x" "0"
49-
"normal.y" "-0.99863"
50-
"normal.z" "-0.052336"
51-
"team" "2"
39+
match:
40+
{
41+
"hammerid" "1184297"
42+
}
43+
insert:
44+
{
45+
"origin" "-5 -5 10"
46+
}
5247
}

0 commit comments

Comments
 (0)