Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local hideEffects = macro(10000, "Hide Effects", function() end)
- onAddThing(function(tile, thing)
- if hideEffects.isOff() then return end
- if thing:isEffect() then
- thing:hide()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement