Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if not (ModOptions and ModOptions.getInstance) then
- return print('ERROR DERP: ModOptions not found!')
- end
- if Excrementum then
- return print('ERROR DERP: Too late!')
- end
- local old_getInst = ModOptions.getInstance
- ModOptions.getInstance = function(...)
- if Excrementum then
- local OPTIONS = Excrementum.OPTIONS
- OPTIONS.growl_sound = 4
- OPTIONS.colon_moodle = 3
- OPTIONS.urine_moodle = 2
- ModOptions.getInstance = old_getInst
- end
- return old_getInst(...)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement