Skip to content
Snippets Groups Projects
Commit 5916656d authored by Otowa Kotori's avatar Otowa Kotori
Browse files

Merge remote-tracking branch 'upstream/master' into i18n

parents 5f3ea5ab 09ea439d
No related branches found
No related tags found
No related merge requests found
...@@ -2607,7 +2607,7 @@ newDamageType{ ...@@ -2607,7 +2607,7 @@ newDamageType{
useImplicitCrit(src, state) useImplicitCrit(src, state)
local target = game.level.map(x, y, Map.ACTOR) local target = game.level.map(x, y, Map.ACTOR)
if target and src == target and target.type == "undead" and target.subtype == "ghoul" then if target and src == target and ((target.type == "undead" and target.subtype == "ghoul") or (target.descriptor and target.descriptor.subrace == "Ghoul")) then
target:setEffect(target.EFF_RETCHED, 1, {}) target:setEffect(target.EFF_RETCHED, 1, {})
end 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