diff --git a/mods/arena/main.lua b/mods/arena/main.lua index 91b28638d..b44620707 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