Skip to content
Snippets Groups Projects
Commit 1c1d2b3d authored by DarkGod's avatar DarkGod
Browse files

Merge branch '1.6Beta4' into 'master'

Fixes

ITEM_NATURE_REMOVE_FROM_TIME

See merge request !557
parents 17e67bfd 077752c9
No related branches found
No related tags found
1 merge request!557Fixes
Pipeline #
......@@ -2271,7 +2271,7 @@ newDamageType{
useImplicitCrit(src, state)
local target = game.level.map(x, y, Map.ACTOR)
if target and rng.percent(dam) then
local slow_power = math.floor(src:combatStatScale(src:combatMindpower(), 20, 70))+10 / 100
local slow_power = math.floor(src:combatStatScale(src:combatMindpower(), 20, 70)+10) / 100
target:setEffect(target.EFF_SLOW, 3, {power = slow_power, no_ct_effect=true})
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