mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
Update energy_ball.dm
This commit is contained in:
@@ -67,8 +67,7 @@ var/list/blacklisted_tesla_types = list(/obj/machinery/atmospherics,
|
||||
if(energy >= energy_to_raise)
|
||||
energy_to_lower = energy_to_raise - 10
|
||||
energy_to_raise += energy_to_raise
|
||||
|
||||
energy -= 300
|
||||
|
||||
playsound(src.loc, 'sound/magic/lightning_chargeup.ogg', 100, 1, extrarange = 15)
|
||||
spawn(100)
|
||||
var/obj/singularity/energy_ball/EB = new(loc)
|
||||
|
||||
Reference in New Issue
Block a user