2022-08-11 10:38:38 +00:00
|
|
|
|
<?php
|
|
|
|
|
|
2022-08-25 11:23:36 +00:00
|
|
|
|
/** <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> [6]
|
|
|
|
|
* @var $this Priems
|
|
|
|
|
* @var $btl Battle
|
2022-08-11 10:38:38 +00:00
|
|
|
|
* @var $id int
|
|
|
|
|
* @var $pl array
|
|
|
|
|
*/
|
|
|
|
|
if (!$id) {
|
|
|
|
|
exit();
|
2022-06-06 21:30:34 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-08-11 10:38:38 +00:00
|
|
|
|
if (isset($pr_used_this) && isset($pr_moment)) {
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>
|
|
|
|
|
$fx_priem = function ($id, $at, $uid, $j_id) {
|
|
|
|
|
global $btl, $priem;
|
|
|
|
|
$priem->devouringFlame($id, $uid, $j_id, $btl);
|
|
|
|
|
return $at;
|
|
|
|
|
};
|
|
|
|
|
unset($pr_used_this);
|
|
|
|
|
} else {
|
|
|
|
|
$this->devouringFlameInit($id, $pl, $btl);
|
|
|
|
|
}
|