Update ninjaDrainAct.dm

This commit is contained in:
silicons
2020-12-18 05:00:16 -07:00
committed by GitHub
parent 029c755e15
commit a41e1b1077

View File

@@ -254,7 +254,7 @@ They *could* go in their appropriate files, but this is supposed to be modular
. = DRAIN_MOB_SHOCK_FAILED
//Default cell = 10,000 charge, 10,000/1000 = 10 uses without charging/upgrading
if(S.cell && S.cell.charge && S.cell.use(1000))
if(S.cell && S.cell.charge && S.cell.use(500))
. = DRAIN_MOB_SHOCK
//Got that electric touch
var/datum/effect_system/spark_spread/spark_system = new /datum/effect_system/spark_spread()