Changed how effects are applied and removed to enable effects expiring after a set duration.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// turns dot notation strings into keys of root
|
||||
// argument formats:
|
||||
// 157, anything -> 157
|
||||
// 157, object -> 157
|
||||
// "some.number", object -> object.some.number
|
||||
// "some.function", object -> object.some.function()
|
||||
// "some.function arg1 arg2", object -> object.some.function(arg1, arg2)
|
||||
|
||||
Reference in New Issue
Block a user