7 lines
196 B
JavaScript
7 lines
196 B
JavaScript
if (Platform.isLoaded("trials")) {
|
|
POTIONS.push(["trials:winded", []])
|
|
POTIONS.push(["trials:infested", []])
|
|
POTIONS.push(["trials:weave", []])
|
|
POTIONS.push(["trials:ooze", []])
|
|
}
|