mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fix Spectral Blade not counting orbiting ghosts correctly
I forgot that I made orbiters store orbit datums, not the atom orbiting.
This commit is contained in:
committed by
GitHub
parent
8858919139
commit
ca14ec7a70
@@ -536,8 +536,9 @@
|
||||
orbiters += A.orbiters
|
||||
|
||||
for(var/thing in orbiters)
|
||||
if (isobserver(thing))
|
||||
var/mob/dead/observer/G = thing
|
||||
var/datum/orbit/O = thing
|
||||
if (isobserver(O.orbiter))
|
||||
var/mob/dead/observer/G = O.orbiter
|
||||
ghost_counter++
|
||||
G.invisibility = 0
|
||||
current_spirits |= G
|
||||
|
||||
Reference in New Issue
Block a user