renamed terminable mechanic authored by Lxlp's avatar Lxlp
......@@ -256,7 +256,7 @@ by these will "inherit" the targets (if applicable).
| [Switch-Case][] | Acts as a switch/case |
| [StatAura] | Applies an aura to the target that applies a specific stat to them |
| [Totem][] | Creates a static "totem" at a location that can execute other skills |
| [Terminatable][] | Creates an [aura] that cancels the execution of its onStart metaskill is some conditions are met |
| [Terminable][] | Creates an [aura] that cancels the execution of its onStart metaskill is some conditions are met |
| [Volley][] | Shoots a volley of projectile-items at the target with various options |
| [VariableAdd][] | Adds an amount to a numeric variable |
| [VariableMath][] | Performs math on a numeric variable |
......@@ -530,7 +530,7 @@ but not yet ready for use.
[SetVariableLocation]: /skills/mechanics/setvariablelocation
[VariableUnset]: /skills/mechanics/variableunset
[VariableSubtract]: /skills/mechanics/variablesubtract
[Terminatable]: /skills/mechanics/terminatable
[Terminable]: /skills/mechanics/terminable
[OnBlockBreak]: /skills/mechanics/onblockbreak
[OnBlockPlace]: /skills/mechanics/onblockplace
[OnChat]: /skills/mechanics/OnChat
......
......