Removes Old Deprecated Stuff (#15241)

This commit is contained in:
SleepyGemmy
2023-01-02 14:27:29 +01:00
committed by GitHub
parent 8cd958c560
commit 5179dad83e
164 changed files with 546 additions and 8217 deletions
@@ -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