mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Removes Old Deprecated Stuff (#15241)
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
..()
|
||||
START_PROCESSING(SScalamity, src)
|
||||
SScalamity.singularities += src
|
||||
for(var/obj/machinery/power/singularity_beacon/singubeacon in SSmachinery.processing)
|
||||
for(var/obj/machinery/power/tesla_beacon/singubeacon in SSmachinery.processing)
|
||||
if(singubeacon.active)
|
||||
target = singubeacon
|
||||
break
|
||||
@@ -94,7 +94,6 @@
|
||||
|
||||
if (current_size >= STAGE_THREE)
|
||||
move()
|
||||
pulse()
|
||||
|
||||
if (prob(event_chance)) //Chance for it to run a special event TODO: Come up with one or two more that fit.
|
||||
event()
|
||||
@@ -480,11 +479,6 @@
|
||||
M.dust()
|
||||
return
|
||||
|
||||
/obj/singularity/proc/pulse()
|
||||
for(var/obj/machinery/power/rad_collector/R in rad_collectors)
|
||||
if (get_dist(R, src) <= 15) //Better than using orange() every process.
|
||||
R.receive_pulse(energy)
|
||||
|
||||
/obj/singularity/proc/on_capture()
|
||||
chained = 1
|
||||
overlays = 0
|
||||
|
||||
Reference in New Issue
Block a user