Force CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Charles Click 2024-10-19 06:02:13 -04:00
parent 411eab152e
commit aa1c31fffd
Signed by: roryejinn
GPG Key ID: EDECB89DEDB998C0
2 changed files with 1 additions and 2 deletions

2
mfile
View File

@ -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"
}

View File

@ -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