Add a compat flag for the cloned bowling ball change
This commit is contained in:
parent
1e5160b40d
commit
e8f82d885f
@ -189,6 +189,10 @@ export const COMPAT_FLAGS = [
|
||||
key: 'detonate_bombs_under_players',
|
||||
label: "Mines under players explode at level start",
|
||||
rulesets: new Set(['steam', 'steam-strict']),
|
||||
}, {
|
||||
key: 'cloned_bowling_balls_can_be_lost',
|
||||
label: "Bowling balls on cloners are destroyed when fired at point blank",
|
||||
rulesets: new Set(['steam-strict']),
|
||||
}, {
|
||||
key: 'monsters_ignore_keys',
|
||||
label: "Monsters completely ignore keys",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user