mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Implement Murder crimes and OnMurder instruction (Fixes #1315)
This commit is contained in:
parent
3801dfb4ba
commit
2477456f99
12 changed files with 128 additions and 9 deletions
|
@ -385,6 +385,8 @@ namespace Compiler
|
|||
const int opcodeLowerRankExplicit = 0x20001eb;
|
||||
const int opcodeOnDeath = 0x20001fc;
|
||||
const int opcodeOnDeathExplicit = 0x2000205;
|
||||
const int opcodeOnMurder = 0x2000249;
|
||||
const int opcodeOnMurderExplicit = 0x200024a;
|
||||
const int opcodeOnKnockout = 0x2000240;
|
||||
const int opcodeOnKnockoutExplicit = 0x2000241;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue