game/_incl_data/class/priem/267.php

17 lines
327 B
PHP
Raw Normal View History

2022-12-19 18:26:14 +00:00
<?php
/** @var $this priems*/
2022-06-06 21:30:34 +00:00
if(!defined('GAME')) {
die();
}
2023-01-10 16:29:32 +00:00
/* Прием: Кристаллизация */
2022-12-19 18:26:14 +00:00
2022-06-06 21:30:34 +00:00
if( isset($pr_used_this) && isset($pr_moment) ) {
2023-01-10 16:29:32 +00:00
//Каждый ход
2022-06-06 21:30:34 +00:00
$fx_priem = function( $id , $at , $uid, $j_id ) {
return $at;
};
unset( $pr_used_this );
}else{
2022-12-19 18:26:14 +00:00
$this->crystalize($id, $pl, $btl);
2022-06-06 21:30:34 +00:00
}