From e3bfbb65b1ec1b93049cbbf0f55356a5715a0f8b Mon Sep 17 00:00:00 2001 From: defacube <85292886+yoyeet961@users.noreply.github.com> Date: Fri, 10 May 2024 00:55:16 +1100 Subject: [PATCH] Update Arena's description (#27) --- mods/arena/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/arena/main.lua b/mods/arena/main.lua index 91b28638..b4462070 100644 --- a/mods/arena/main.lua +++ b/mods/arena/main.lua @@ -1,5 +1,5 @@ -- name: Arena --- description: A arena-shooter inspired game mode with custom weapons and levels.\nSeven gamemodes in one, three custom stages, five weapons. +-- description: An arena-shooter inspired game mode with custom weapons and levels.\nSeven gamemodes in one, three custom stages, and five weapons. -- incompatible: gamemode arena -- deluxe: true @@ -577,4 +577,4 @@ end if _G.dayNightCycleApi ~= nil then _G.dayNightCycleApi.enable_day_night_cycle(false) -end \ No newline at end of file +end