Skip to content

Commit b874778

Browse files
committed
Add miside stripper
1 parent c724a73 commit b874778

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
// Since block dmg doesn't work on prop_door_rotating, kill this blockable door at the timing it should be open as a workaround
3+
"modify":
4+
{
5+
"match":
6+
{
7+
"classname": "trigger_once",
8+
"targetname": "[PR#]Stage2_Trigger_5"
9+
},
10+
"insert":
11+
{
12+
"io": [
13+
{
14+
"outputname": "OnStartTouch",
15+
"targetname": "[PR#]Door_Bathroom",
16+
"inputname": "Kill",
17+
"delay": 3,
18+
"timestofire": 1
19+
}
20+
]
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)