From 9c13358c894585e8530414edcf41ef0c2b4e51bc Mon Sep 17 00:00:00 2001 From: Nicolas Weeger Date: Sun, 16 Jan 2022 11:03:10 +0100 Subject: [PATCH] Give a level of 120 to magic mouth and ear so they are never show with 'show invisible' --- connect/magic_ear.arc | 1 + connect/magicmouth.arc | 1 + 2 files changed, 2 insertions(+) diff --git a/connect/magic_ear.arc b/connect/magic_ear.arc index aae390b08..b1c40d90c 100644 --- a/connect/magic_ear.arc +++ b/connect/magic_ear.arc @@ -7,4 +7,5 @@ Click. endmsg no_pick 1 invisible 1 +level 120 end diff --git a/connect/magicmouth.arc b/connect/magicmouth.arc index ca8bf6c06..13c4359e9 100644 --- a/connect/magicmouth.arc +++ b/connect/magicmouth.arc @@ -7,4 +7,5 @@ activate_on_release 1 move_on walk fly_low no_pick 1 invisible 1 +level 120 end