mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 12:39:53 +00:00
removed a special case, that wasn't a special case (MW Scripting for Dummies seems to be wrong here)
This commit is contained in:
parent
b5b9f17799
commit
416b61d06a
@ -533,9 +533,8 @@ namespace MWScript
|
||||
extensions.registerInstruction (modCurrent + dynamics[i], "l",
|
||||
opcodeModCurrentDynamic+i, opcodeModCurrentDynamicExplicit+i);
|
||||
|
||||
if (i==0) // GetMagickaGetRatio and GetFatigueGetRatio don't exist in original MW
|
||||
extensions.registerFunction (get + dynamics[i] + getRatio, 'f', "",
|
||||
opcodeGetDynamicGetRatio+i, opcodeGetDynamicGetRatioExplicit+i);
|
||||
extensions.registerFunction (get + dynamics[i] + getRatio, 'f', "",
|
||||
opcodeGetDynamicGetRatio+i, opcodeGetDynamicGetRatioExplicit+i);
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user