diff --git a/modules/gamelib/const.lua b/modules/gamelib/const.lua index b8d42196..415ab67a 100644 --- a/modules/gamelib/const.lua +++ b/modules/gamelib/const.lua @@ -209,17 +209,18 @@ MessageModes = { TutorialHint = 38, Thankyou = 39, Market = 40, - BeyondLast = 41, - MonsterYell = 42, - MonsterSay = 43, - Red = 44, - Blue = 45, - RVRChannel = 46, - RVRAnswer = 47, - RVRContinue = 48, - GameHighlight = 49, - NpcFromStartBlock = 50, - Last = 51, + Mana = 41, + BeyondLast = 42, + MonsterYell = 43, + MonsterSay = 44, + Red = 45, + Blue = 46, + RVRChannel = 47, + RVRAnswer = 48, + RVRContinue = 49, + GameHighlight = 50, + NpcFromStartBlock = 51, + Last = 52, Invalid = 255, }