expanded reagents for spells

This commit is contained in:
Sarjuuk
2013-12-15 20:57:34 +01:00
parent 954352e17a
commit e7429d53d7
11 changed files with 395 additions and 68 deletions

View File

@@ -1481,10 +1481,7 @@ Lasts 5 min. $?$gte($pl,68)[][Cannot be used on items level 138 and higher.]
if ($reagent[1] > 1)
$_ .= ' ('.$reagent[1].')';
if(!empty($reagents))
$_ .= ', ';
else
$_ .= '<br />';
$_ .= empty($reagents) ? '<br />' : ', ';
}
$xTmp[] = $_.'</div>';