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

Commit

Permalink
zombie item issue on slacker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleQAQ committed Oct 28, 2023
1 parent 1245b01 commit a8fe74d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions stripper/ze_slackerino_mapperino_v4.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,25 @@ modify:
}
}

;Clean up old entities on Famfrit causing Zombie Item users' targetnames to reset
filter:
{
"targetname" "/boss_spec_filter.*/"
"classname" "filter_activator_name"
}

filter:
{
"classname" "logic_relay"
"targetname" "filter_spec_trigger"
}

filter:
{
"classname" "trigger_multiple"
"targetname" "boss_spec_trigger"
}

;--------------------------------------------
;RACE MODE CHANGES AND FIXES
;--------------------------------------------
Expand Down

0 comments on commit a8fe74d

Please sign in to comment.