15 lines
201 B
PHP
Raw Permalink Normal View History

<?php
2022-06-07 00:30:34 +03:00
/**
2023-01-10 18:29:32 +02:00
* Прием: Цель {стихия}
2022-12-19 22:16:24 +02:00
* @var $this priems
* @var $btl battleClass
* @var $id
* @var $pl
*/
2022-06-07 00:30:34 +03:00
if (!$id) {
exit();
}
$cup = $this->magicTarget('air', $pl, $id, $btl);