WIP: перед введенимем класса Fighter.php

This commit is contained in:
2024-01-06 00:14:35 +02:00
parent 07f905ef64
commit a2c658166d
67 changed files with 5555 additions and 7135 deletions
+2 -2
View File
@@ -217,7 +217,7 @@ if(isset($hod))
if($this->minMana($eff['user_use'],$minmp,3)==false)
{
//снимаем эффект, мана закончилась
$btl->delPriem($eff,$btl->users[$btl->uids[$eff['uid']]],2);
$btl->delPriem($eff, $btl->users[$btl->uids[$eff['uid']]], 2);
}
}
}else{
@@ -458,7 +458,7 @@ if(isset($hod))
if($dell){
$dell['priem']['id']=$dell['id'];
$btl->delPriem($dell,$u->info,99,false,$pl['name']);
$btl->delPriem($dell, $u->info, 99, 0, $pl['name']);
}
}