This commit is contained in:
SandPoot
2021-03-18 22:56:09 -03:00
81 changed files with 1723 additions and 371 deletions
@@ -934,7 +934,10 @@
ghost.ManualFollow(src)
/obj/item/melee/ghost_sword/process()
ghost_check()
force = 0
var/ghost_counter = ghost_check()
force = clamp((ghost_counter * 4), 0, 75)
/obj/item/melee/ghost_sword/proc/recursive_orbit_collect(atom/A, list/L)
for(var/i in A.orbiters?.orbiters)