mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-31 00:15:54 -04:00
fix mistake
This commit is contained in:
@@ -336,7 +336,7 @@ obj_id createHEPObject(obj_id container, int power, int count)
|
||||
{
|
||||
setObjVar(hep, HEP_BASE_POWER, power);
|
||||
setCount(hep, power);
|
||||
setObjVar(hep, HEP_EFFECTIVENESS, Math.round((power / 2));
|
||||
setObjVar(hep, HEP_EFFECTIVENESS, Math.round((power / 2)));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user