mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-02 14:57:59 +03:00
Handle SetWerewolfAcrobatics
This commit is contained in:
parent
ae183cb3e4
commit
db1036e5e5
4 changed files with 20 additions and 1 deletions
|
@ -421,6 +421,7 @@ namespace Compiler
|
|||
|
||||
extensions.registerInstruction("becomewerewolf", "", opcodeBecomeWerewolf, opcodeBecomeWerewolfExplicit);
|
||||
extensions.registerInstruction("undowerewolf", "", opcodeUndoWerewolf, opcodeUndoWerewolfExplicit);
|
||||
extensions.registerInstruction("setwerewolfacrobatics", "", opcodeSetWerewolfAcrobatics, opcodeSetWerewolfAcrobaticsExplicit);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -350,6 +350,8 @@ namespace Compiler
|
|||
const int opcodeBecomeWerewolfExplicit = 0x2000218;
|
||||
const int opcodeUndoWerewolf = 0x2000219;
|
||||
const int opcodeUndoWerewolfExplicit = 0x200021a;
|
||||
const int opcodeSetWerewolfAcrobatics = 0x200021b;
|
||||
const int opcodeSetWerewolfAcrobaticsExplicit = 0x200021c;
|
||||
const int opcodeIsWerewolf = 0x20001fd;
|
||||
const int opcodeIsWerewolfExplicit = 0x20001fe;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue