From 6c4eb00615bb5b8cee9beffd70f7d89096fb97ff Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Sat, 31 Oct 2015 02:12:38 -0500 Subject: [PATCH] fix mistake --- sku.0/sys.server/compiled/game/script/library/stealth.scriptlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sku.0/sys.server/compiled/game/script/library/stealth.scriptlib b/sku.0/sys.server/compiled/game/script/library/stealth.scriptlib index 96f760a20..cae17ecdc 100644 --- a/sku.0/sys.server/compiled/game/script/library/stealth.scriptlib +++ b/sku.0/sys.server/compiled/game/script/library/stealth.scriptlib @@ -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 {