mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-29 05:17:58 +03:00
Implement explodeSpell instruction (like Cast, with caster = target)
This commit is contained in:
parent
93e1a2df73
commit
366801f3d5
5 changed files with 26 additions and 2 deletions
|
@ -223,6 +223,7 @@ namespace Compiler
|
|||
extensions.registerInstruction ("lock", "/l", opcodeLock, opcodeLockExplicit);
|
||||
extensions.registerInstruction ("unlock", "", opcodeUnlock, opcodeUnlockExplicit);
|
||||
extensions.registerInstruction ("cast", "SS", opcodeCast, opcodeCastExplicit);
|
||||
extensions.registerInstruction ("explodespell", "S", opcodeExplodeSpell, opcodeExplodeSpellExplicit);
|
||||
extensions.registerInstruction ("togglecollisionboxes", "", opcodeToggleCollisionBoxes);
|
||||
extensions.registerInstruction ("togglecollisiongrid", "", opcodeToggleCollisionDebug);
|
||||
extensions.registerInstruction ("tcb", "", opcodeToggleCollisionBoxes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue