mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Shield Drone no longer auto-fails with Energy Relays.
This commit is contained in:
@@ -360,7 +360,7 @@
|
|||||||
forceMove(my_tool)
|
forceMove(my_tool)
|
||||||
if(active)
|
if(active)
|
||||||
my_tool.set_ready_state(0)
|
my_tool.set_ready_state(0)
|
||||||
if(my_mecha.has_charge(my_tool.energy_drain * 100)) //Stops at around 2000 charge.
|
if(my_mecha.has_charge(my_tool.energy_drain * 50)) //Stops at around 1000 charge.
|
||||||
my_mecha.use_power(my_tool.energy_drain)
|
my_mecha.use_power(my_tool.energy_drain)
|
||||||
else
|
else
|
||||||
destroy_shields()
|
destroy_shields()
|
||||||
|
|||||||
Reference in New Issue
Block a user