Module:mg-spel: Difference between revisions

No edit summary
No edit summary
Line 51: Line 51:
end
end
if e ~= term and a ~= term and c ~= term and s ~= term then
if e == term and a == term and c == term and s == term then
error('Delete me')
error('Delete me')
end
end