Add support for EZ in !mp mods
This commit is contained in:
parent
02b08d3024
commit
a9fc15d524
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user