17 lines
327 B
PHP
17 lines
327 B
PHP
<?php
|
|
/** @var $this priems*/
|
|
if(!defined('GAME')) {
|
|
die();
|
|
}
|
|
/* Прием: Кристаллизация */
|
|
|
|
if( isset($pr_used_this) && isset($pr_moment) ) {
|
|
//Каждый ход
|
|
$fx_priem = function( $id , $at , $uid, $j_id ) {
|
|
return $at;
|
|
};
|
|
unset( $pr_used_this );
|
|
}else{
|
|
$this->crystalize($id, $pl, $btl);
|
|
}
|