Backed out changeset 82951b9b3c2f
Reason: People think giving hogs the weapons again in consecutive turns is OP
-- Library for parameters handlingparams = {}function parseParams() if ScriptParam ~= nil then for k, v in string.gmatch(ScriptParam, "(%w+)=([^,]+)") do params[k] = v end endend