From df92faadd4b2fd21113812f7df59fc6bca6a1131 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Mon, 15 Mar 2021 19:05:25 -0700 Subject: [PATCH] Update necropolis_chests.dm --- code/modules/mining/lavaland/necropolis_chests.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)