Handle SetWerewolfAcrobatics

This commit is contained in:
Chris Robinson 2013-08-09 05:37:56 -07:00
parent ae183cb3e4
commit db1036e5e5
4 changed files with 20 additions and 1 deletions

View file

@ -421,6 +421,7 @@ namespace Compiler
extensions.registerInstruction("becomewerewolf", "", opcodeBecomeWerewolf, opcodeBecomeWerewolfExplicit);
extensions.registerInstruction("undowerewolf", "", opcodeUndoWerewolf, opcodeUndoWerewolfExplicit);
extensions.registerInstruction("setwerewolfacrobatics", "", opcodeSetWerewolfAcrobatics, opcodeSetWerewolfAcrobaticsExplicit);
}
}