Fixes Lord Singuloth hungering for more than he should

This commit is contained in:
ShizCalev
2017-11-24 05:45:47 -05:00
committed by CitadelStationBot
parent 9f7b3a11c3
commit 2762e3b530
31 changed files with 373 additions and 1 deletions
+5
View File
@@ -149,6 +149,11 @@
owner = null
return ..()
/obj/effect/ebeam/singularity_pull()
return
/obj/effect/ebeam/singularity_act()
return
/atom/proc/Beam(atom/BeamTarget,icon_state="b_beam",icon='icons/effects/beam.dmi',time=50, maxdistance=10,beam_type=/obj/effect/ebeam,beam_sleep_time = 3)
var/datum/beam/newbeam = new(src,BeamTarget,icon,icon_state,time,maxdistance,beam_type,beam_sleep_time)
INVOKE_ASYNC(newbeam, /datum/beam/.proc/Start)