Merge pull request #177 from theenchantedsword/patch-3
Update customexplosion.js
This commit is contained in:
commit
1b16eec603
|
|
@ -98,7 +98,7 @@ function reactPixels(pixel1,pixel2) {
|
||||||
if (r.func) { r.func(pixel1,pixel2); }
|
if (r.func) { r.func(pixel1,pixel2); }
|
||||||
return r.elem1!==undefined || r.elem2!==undefined;
|
return r.elem1!==undefined || r.elem2!==undefined;
|
||||||
}
|
}
|
||||||
elements.CustomExplosion = {
|
elements.customExplosion = {
|
||||||
items: "",
|
items: "",
|
||||||
rItems: "",
|
rItems: "",
|
||||||
behavior: behaviors.SOLID,
|
behavior: behaviors.SOLID,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue