Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Update ze_sandstorm_go_v1_5x3.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
December40 committed Jun 28, 2023
1 parent 806f888 commit 41d5693
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion stripper/ze_sandstorm_go_v1_5x3.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ modify:
}
}

;Fix particles not being visible at times.
;Fix particles not being visible sometimes.
modify:
{
match:
Expand Down Expand Up @@ -901,3 +901,26 @@ modify:
"OnCase03" "grg_boss_dark_pDestroyImmediately3-1"
}
}

modify:
{
match:
{
"classname" "logic_case"
"targetname" "case_sphere"
}
delete:
{
"OnCase01" "s_fire_prtStop3-1"
"OnCase02" "s_freeze_prtStop3-1"
"OnCase03" "s_push_prtStop3-1"
"OnCase04" "get_up_prtStop4-1"
}
insert:
{
"OnCase01" "s_fire_prtDestroyImmediately3-1"
"OnCase02" "s_freeze_prtDestroyImmediately3-1"
"OnCase03" "s_push_prtDestroyImmediately3-1"
"OnCase04" "get_up_prtDestroyImmediately4-1"
}
}

0 comments on commit 41d5693

Please sign in to comment.