2022-08-11 10:38:38 +00:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
/**
|
2022-12-19 20:16:24 +00:00
|
|
|
|
* @var $this priems
|
|
|
|
|
* @var $btl battleClass
|
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
|
|
|
|
}
|
|
|
|
|
/*
|
|
|
|
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> [9]
|
|
|
|
|
*/
|
|
|
|
|
|
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);
|
2022-06-06 21:30:34 +00:00
|
|
|
|
}
|