mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
indent fix
This commit is contained in:
@@ -130,8 +130,8 @@
|
|||||||
/obj/item/weapon/cell/emp_act(severity)
|
/obj/item/weapon/cell/emp_act(severity)
|
||||||
//remove this once emp changes on dev are merged in
|
//remove this once emp changes on dev are merged in
|
||||||
if(isrobot(loc))
|
if(isrobot(loc))
|
||||||
var/mob/living/silicon/robot/R = loc
|
var/mob/living/silicon/robot/R = loc
|
||||||
severity *= R.cell_emp_mult
|
severity *= R.cell_emp_mult
|
||||||
|
|
||||||
charge -= maxcharge / severity
|
charge -= maxcharge / severity
|
||||||
if (charge < 0)
|
if (charge < 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user