ports "Componentizes orbiting"

This commit is contained in:
Ghommie
2019-06-17 00:19:57 +02:00
parent d5bfe16c78
commit b782226900
14 changed files with 205 additions and 235 deletions
+1 -7
View File
@@ -871,13 +871,7 @@
return
/mob/proc/update_sight()
for(var/O in orbiters)
var/datum/orbit/orbit = O
var/obj/effect/wisp/wisp = orbit.orbiter
if (istype(wisp))
sight |= wisp.sight_flags
if(!isnull(wisp.lighting_alpha))
lighting_alpha = min(lighting_alpha, wisp.lighting_alpha)
SEND_SIGNAL(src, COMSIG_MOB_UPDATE_SIGHT)
sync_lighting_plane_alpha()