mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-01 00:50:15 -04: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,7 +533,6 @@ namespace MWScript
|
|||||||
extensions.registerInstruction (modCurrent + dynamics[i], "l",
|
extensions.registerInstruction (modCurrent + dynamics[i], "l",
|
||||||
opcodeModCurrentDynamic+i, opcodeModCurrentDynamicExplicit+i);
|
opcodeModCurrentDynamic+i, opcodeModCurrentDynamicExplicit+i);
|
||||||
|
|
||||||
if (i==0) // GetMagickaGetRatio and GetFatigueGetRatio don't exist in original MW
|
|
||||||
extensions.registerFunction (get + dynamics[i] + getRatio, 'f', "",
|
extensions.registerFunction (get + dynamics[i] + getRatio, 'f', "",
|
||||||
opcodeGetDynamicGetRatio+i, opcodeGetDynamicGetRatioExplicit+i);
|
opcodeGetDynamicGetRatio+i, opcodeGetDynamicGetRatioExplicit+i);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user