diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index 6af1c2118c..5e02d7ba47 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -928,7 +928,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)