Created
August 31, 2016 15:52
-
-
Save Elsensee/61d79ccec245377dfafaeed9b75128be to your computer and use it in GitHub Desktop.
I AM A MONSTER
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$effects = array_filter(array_map(function ($effect) { | |
return EffectCollection::getEffectById($effect); | |
}, array_unique(func_get_args(), SORT_NUMERIC)), function ($effect) { | |
return !is_null($effect); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment