Add support for EZ in !mp mods

This commit is contained in:
Giuseppe Guerra 2018-08-04 18:36:32 +02:00
parent 02b08d3024
commit a9fc15d524
1 changed files with 2 additions and 0 deletions

View File

@ -1012,6 +1012,8 @@ def multiplayer(fro, chan, message):
newMods |= mods.FLASHLIGHT
elif _mod.lower().strip() == "fi":
newMods |= mods.FADEIN
elif _mod.lower().strip() == "ez":
newMods |= mods.EASY
if _mod.lower().strip() == "none":
newMods = 0