audio done
This commit is contained in:
parent
54f1b7c75d
commit
b31b8ba5d7
40 changed files with 637 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
function c_generatecombatstack(combatants=[]) {
|
||||
log(combatants);
|
||||
se_play(se_hurt);
|
||||
//c_doallhook(hooks.precombat);
|
||||
for (i=0; i<array_length(combatants); i++) {
|
||||
c_resetbattlevar(combatants[i]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue