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