Skip to content

Commit

Permalink
Add clearall to kinko-mods ready command
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudospective committed Nov 20, 2021
1 parent 2fa97e5 commit b566a3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/konko-mods.lua
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ local function UpdateMods()
end

FG[#FG + 1] = Def.Actor {
ReadyCommand = function(self)
for pn = 1, #POptions do
POptions[pn]:FromString('*-1 clearall', pn)
end
end,
UpdateCommand = function(self)
UpdateMods()
ApplyMods()
Expand Down

0 comments on commit b566a3a

Please sign in to comment.