mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user