Rename dir to uppercase for autoload

This commit is contained in:
2024-02-08 15:35:42 +02:00
parent 88aeb4a912
commit be537b5dfc
285 changed files with 41 additions and 41 deletions
+24
View File
@@ -0,0 +1,24 @@
<?php
if(!defined('GAME')) {
die();
}
/*
Прием: Ледяное сердце
*/
$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'],
'<font color^^^^#'.$prv['color2'].'>Ледяное сердце</font>',
$prv['text2'],
($btl->hodID + 1)
);
//Отнимаем тактики
$this->mintr($pl);
unset($pvr);
?>