game/_incl_data/class/priem/274.php

24 lines
526 B
PHP
Raw Normal View History

2023-03-31 18:42:06 +00:00
<?php
2022-06-06 21:30:34 +00:00
if(!defined('GAME')) {
die();
}
/*
2023-01-10 16:29:32 +00:00
Прием: Ледяное сердце
2022-06-06 21:30:34 +00:00
*/
$pvr = array();
//
$prv['color2'] = '000000';
$prv['text'] = $btl->addlt(1 , 19 , $btl->users[$btl->uids[$u->info['id']]]['sex'] , NULL);
$prv['text2'] = '{tm1} '.$prv['text'].'.';
$btl->priemAddLog( $id, 1, 2, $u->info['id'], $this->ue['id'],
2023-01-10 16:29:32 +00:00
'<font color^^^^#'.$prv['color2'].'>Ледяное сердце</font>',
2022-06-06 21:30:34 +00:00
$prv['text2'],
($btl->hodID + 1)
);
2023-01-10 16:29:32 +00:00
//Отнимаем тактики
2022-06-06 21:30:34 +00:00
$this->mintr($pl);
unset($pvr);
?>