Make hearts and mines transmogrify into each other

This commit is contained in:
Eevee (Evelyn Woods) 2024-04-17 03:51:47 -06:00
parent 618f292ec9
commit e11a5956bd

View File

@ -1693,6 +1693,16 @@ const TILE_TYPES = {
skeleton_key: 'bribe', skeleton_key: 'bribe',
stopwatch_bonus: 'stopwatch_penalty', stopwatch_bonus: 'stopwatch_penalty',
stopwatch_penalty: 'stopwatch_bonus', 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'], _blob_mogrifications: ['glider', 'paramecium', 'fireball', 'bug', 'walker', 'ball', 'teeth', 'tank_blue', 'teeth_timid'],
on_begin(me, level) { on_begin(me, level) {