Mutant: Force special mutant/feeder hat+name to be only hold by those who deserved it
Previously, a player could just name their hog "Mutant" and give
it the respective hat to try to confuse other players. This is
no longer possible.
file(GLOB luafiles *.lua)
file(GLOB cfgfiles *.cfg)
file(GLOB hwpfiles *.hwp)
install(FILES
${luafiles}
${cfgfiles}
${hwpfiles}
DESTINATION ${SHAREPATH}Data/Scripts/Multiplayer)