tweaks borg ion thrusters to not be noob bait

🆑
tweak: ion trusters consume 1/5 of the default power
/🆑

shooting bullets as syndiborg is 100 times cheaper than using the thrusters
This commit is contained in:
Tlaltecuhtli
2018-08-21 08:39:03 +02:00
committed by GitHub
parent 7a52e44b0d
commit b3fc1ea08a
@@ -285,12 +285,12 @@
if(!ionpulse_on)
return
if(cell.charge <= 50)
if(cell.charge <= 10)
toggle_ionpulse()
return
cell.charge -= 50 // 500 steps on a default cell.
return 1
cell.charge -= 10
return TRUE
/mob/living/silicon/robot/proc/toggle_ionpulse()
if(!ionpulse)