We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166aec1 commit 3dd56faCopy full SHA for 3dd56fa
src/render.js
@@ -273,20 +273,20 @@ const filtersCustom = [
273
],
274
], true
275
276
- ['', 'Unlockers', true, 'filters', [
+ ['', 'Unlocks', true, 'filters', [
277
['Unlocker', 'Regular unlockers', true, 'filters', []],
278
['UnlockerTrigger', 'Unlocker triggers', true, 'filters', []],
279
['UnlockerTorch', 'Unlocker torches', true, 'filters', []],
280
['RaceManager', 'Timer Races', true, 'filters', [
281
['RaceCheckpoint', 'Checkpoints', false, 'filters', []]
282
]],
283
+ ['MovePickupWhenFreed', 'Npc family check', true, 'filters', []],
284
], true],
285
['Transition', $t.transition, true, 'filters', []],
286
['Tunnel', $t.tunnel, true, 'filters', []],
287
['', 'Misc', false, 'group', [
288
['Torch', $t.torch, true, 'filters', []],
289
['Checkpoint', 'Checkpoints', true, 'filters', []],
- ['MovePickupWhenFreed', 'Npc check left of spawn', true, 'filters', []],
290
291
292
src/worker/module.js
@@ -1053,6 +1053,7 @@ function calcMarkerFilters(name, filters) {
1053
[ti.UnlockerTorch]: e,
1054
[ti.NpcTiny]: e,
1055
[ti.RaceManager]: e,
1056
+ [ti.MovePickupWhenFreed]: e,
1057
}
1058
if(filters.transitions) {
1059
fs[ti.Transition] = e
0 commit comments