fix example

This commit is contained in:
raymoo
2016-08-05 13:53:33 -07:00
parent 92b243ad27
commit c7988a3dae
2 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ multipliers. For example, if I wanted to apply an effect granting arcane
damage resistance but fleshy damage vulnerability, I could do <br/>
```
local tab = {
arcane = 50,
fleshy = 150,
arcane = 0.5,
fleshy = 1.5,
}
armor_monoid.monoid:add_change(player, tab, "mymod:arcane_boost")