Improved stencil
This commit is contained in:
@@ -15,12 +15,18 @@ function Render(rune)
|
||||
|
||||
cmd.content.shift();
|
||||
|
||||
return this.collection[name].render(cmd.content);
|
||||
return this.collection[name].render(cmd);
|
||||
}
|
||||
|
||||
this.passive = function(cmd)
|
||||
{
|
||||
|
||||
var name = cmd.content[0];
|
||||
if(!this.collection[name]){ console.log("Unknown filter:"+name); return; }
|
||||
|
||||
cmd.content.shift();
|
||||
|
||||
console.log(name);
|
||||
return this.collection[name].preview(cmd);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user