mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-14 15:56:34 +00:00
One more fix
This commit is contained in:
parent
286c4d9101
commit
c276f850dc
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ Example:
|
|||
local attack = {
|
||||
attacker = self,
|
||||
weapon = Actor.getEquipment(self, Actor.EQUIPMENT_SLOT.CarriedRight),
|
||||
sourceType = I.Combat.ATTACK_SOURCE_TYPE.Melee,
|
||||
sourceType = I.Combat.ATTACK_SOURCE_TYPES.Melee,
|
||||
strength = 1,
|
||||
type = self.ATTACK_TYPE.Chop,
|
||||
damage = {
|
||||
|
|
Loading…
Reference in a new issue