From 22e83300458ce10b6b9e709e712b737f997bd34c Mon Sep 17 00:00:00 2001 From: blitzmann Date: Sun, 28 Sep 2014 23:50:53 -0400 Subject: [PATCH] Add Scram effect (does not include projection effects) --- eos/effects/warpscrambleblockmwdwithnpceffect.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 eos/effects/warpscrambleblockmwdwithnpceffect.py diff --git a/eos/effects/warpscrambleblockmwdwithnpceffect.py b/eos/effects/warpscrambleblockmwdwithnpceffect.py new file mode 100644 index 000000000..8863d2d17 --- /dev/null +++ b/eos/effects/warpscrambleblockmwdwithnpceffect.py @@ -0,0 +1,4 @@ +runTime = "early" +type = "projected", "active" +def handler(fit, module, context): + pass \ No newline at end of file