From a570a8fea86bf35c65008e685807890607dff994 Mon Sep 17 00:00:00 2001 From: raspyosu Date: Tue, 18 Feb 2020 23:24:01 -0500 Subject: [PATCH] this is fine it's fine --- code/modules/antagonists/bloodsucker/powers/bs_cloak.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/bloodsucker/powers/bs_cloak.dm b/code/modules/antagonists/bloodsucker/powers/bs_cloak.dm index 2281a2cecd..23b35d1eaa 100644 --- a/code/modules/antagonists/bloodsucker/powers/bs_cloak.dm +++ b/code/modules/antagonists/bloodsucker/powers/bs_cloak.dm @@ -10,7 +10,7 @@ amToggle = TRUE warn_constant_cost = TRUE var/moveintent_was_run - var/walk_threshold = 0.4 // arbitrary number, to be changed. + var/walk_threshold = 0.4 // arbitrary number, to be changed. edit in last commit: this is fine after testing on box station for a bit var/lum /datum/action/bloodsucker/cloak/CheckCanUse(display_error)