Skip to content

Commit

Permalink
EDT adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
ampreeT committed Nov 1, 2024
1 parent a2539ee commit 756f843
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion edt/bms/bm_c1a0b.edt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"target" "__srccoop_servercommand"
"input" "Command"
"parameter" "changelevel bm_c1a0b"
"delay" "12"
"delay" "5"
}
}
}
Expand Down
6 changes: 1 addition & 5 deletions edt/bms/bm_c1a1d.edt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@
// delete world starting equipment
"delete"
{
"targetname" "suit"
}
"delete"
{
"targetname" "weapons"
"targetname" "/^(suit|weapons)$/"
}
// turn prev. changelevel trig into invisible wall
"modify"
Expand Down
6 changes: 1 addition & 5 deletions edt/bms/bm_c1a1e.edt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
// delete world starting equipment
"delete"
{
"targetname" "suit"
}
"delete"
{
"targetname" "weapons"
"targetname" "/^(suit|weapons)$/"
}
// dont lock elevator button
"modify"
Expand Down

0 comments on commit 756f843

Please sign in to comment.