From aa1c31fffd85abe5599752631739f882429e5866 Mon Sep 17 00:00:00 2001 From: ccubed Date: Sat, 19 Oct 2024 06:02:13 -0400 Subject: [PATCH] Force CI --- mfile | 2 +- src/scripts/fighter.lua | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mfile b/mfile index cf50455..289916a 100644 --- a/mfile +++ b/mfile @@ -1,5 +1,5 @@ { "package": "Fighter", - "description": "A simple, alias based pvp engine written in Lua for Achaea.", + "description": "A simple, modular, alias based pvp engine written in Lua for Achaea.", "version": "1.0.5" } \ No newline at end of file diff --git a/src/scripts/fighter.lua b/src/scripts/fighter.lua index 64b8057..c848d3a 100644 --- a/src/scripts/fighter.lua +++ b/src/scripts/fighter.lua @@ -11,7 +11,6 @@ function fighter.Setup() } -- Then in here, set the class name from above equal to the main object in that classes pvp script - -- Important Note: You always need a name.decideAction function as this is called to generate pvp actions fighter.classes.implementations = { Psion = psion, Alchemist = alchemist