mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -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
6e3fdc5816
commit
ebedef49c9
@ -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