Skip to content

fix wrong arguments type

cinornu requested to merge cinornu/t-engine4:bugfix_string into master

Original

	info = function(self, t)
		return ([[Hits the target doing %d%% damage. If the attack hits, the target is constricted for %d turns %d.]]):
		tformat(100 * self:combatTalentWeaponDamage(t, 0.5, 1), t.getDuration(self, t), Desc.vs"pp")
	end,

Desc.vs"pp" is not %d

Merge request reports