From e8f82d885f4ba05888c96702825d0c6274fd83c8 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Mon, 8 Mar 2021 20:06:02 -0700 Subject: [PATCH] Add a compat flag for the cloned bowling ball change --- js/defs.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/defs.js b/js/defs.js index 1c60a45..3fc7b16 100644 --- a/js/defs.js +++ b/js/defs.js @@ -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",