From e11a5956bd2275a9c89d7fbe166a70a748d47e53 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Wed, 17 Apr 2024 03:51:47 -0600 Subject: [PATCH] Make hearts and mines transmogrify into each other --- js/tiletypes.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/js/tiletypes.js b/js/tiletypes.js index 6a77379..a54c363 100644 --- a/js/tiletypes.js +++ b/js/tiletypes.js @@ -1693,6 +1693,16 @@ const TILE_TYPES = { skeleton_key: 'bribe', stopwatch_bonus: 'stopwatch_penalty', stopwatch_penalty: 'stopwatch_bonus', + green_chip: 'green_bomb', + green_bomb: 'green_chip', + chip: 'bomb', + bomb: 'chip', + + // TODO + // boulder: 'log', + // log: 'boulder', + // ankh: 'phantom_ring', + // phantom_ring: 'ankh', }, _blob_mogrifications: ['glider', 'paramecium', 'fireball', 'bug', 'walker', 'ball', 'teeth', 'tank_blue', 'teeth_timid'], on_begin(me, level) {