added missing hyperlink authored by Lxlp's avatar Lxlp
......@@ -229,7 +229,7 @@ EXAMPLE_MOB:
```
#### ~onEnterCombat
Executes the skill when the mob enters combat. **REQUIRES [ThreatTables](/Mobs/ThreatTables) to be enabled**
Executes the skill when the mob enters combat. **REQUIRES [ThreatTables] to be enabled**
```yml
EXAMPLE_MOB:
Type: CHICKEN
......@@ -242,7 +242,7 @@ EXAMPLE_MOB:
```
#### ~onDropCombat
Executes the skill when the mob drops combat. **REQUIRES [ThreatTables](/Mobs/ThreatTables) to be enabled**
Executes the skill when the mob drops combat. **REQUIRES [ThreatTables] to be enabled**
```yml
EXAMPLE_MOB:
Type: CHICKEN
......@@ -432,4 +432,8 @@ ExampleMob:
Skills:
- damage @PIR{r=10} ~onTimer:20
- message{m="Get damaged! MUHAHAHA"} @trigger ~onSkillDamage
```
\ No newline at end of file
```
<!-- LINKS -->
[ThreatTables]: Mobs/ThreatTables
\ No newline at end of file