Skip to content
Snippets Groups Projects
Commit afb7dc54 authored by Chris Davidson's avatar Chris Davidson
Browse files

Add slow subtype to Cripple

parent f1f4243e
No related branches found
No related tags found
No related merge requests found
......@@ -1101,7 +1101,7 @@ newEffect{
desc = "Cripple",
long_desc = function(self, eff) return ("The target is crippled, reducing melee, spellcasting and mind speed by %d%%."):format(eff.speed*100) end,
type = "physical",
subtype = { wound=true, cripple=true },
subtype = { wound=true, cripple=true, slow=true },
status = "detrimental",
parameters = { speed=0.3 },
on_gain = function(self, err) return "#Target# is crippled." end,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment