Commit 611dc672 authored by Nemo Ma's avatar Nemo Ma

Update item.func.php

Fixing oversight regarding SCP Drinks.
parent 7ba6d065
......@@ -1526,8 +1526,8 @@ function itemuse($itmn,&$data=NULL) {
if($club == 17){
$hpdown = $spdown = round($up * 1.5);
}elseif($club == 13){
$hpdown = $up+200;
}elseif($club == 12){
$hpdown = $up+250;
$spdown = $up;
//根性兄贵加成消失
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment