From 82667a4157327e0016fd9efc0ebb58f0d1fa53ab Mon Sep 17 00:00:00 2001 From: HMBGERDO <61080616+HMBGERDO@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:22:30 +0100 Subject: [PATCH] Update code/controllers/subsystem/SSthrowing.dm --- code/controllers/subsystem/SSthrowing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/SSthrowing.dm b/code/controllers/subsystem/SSthrowing.dm index f3de68e80ad..db2755fd734 100644 --- a/code/controllers/subsystem/SSthrowing.dm +++ b/code/controllers/subsystem/SSthrowing.dm @@ -72,7 +72,7 @@ SUBSYSTEM_DEF(throwing) var/dodgeable = TRUE /// Can a thrown mob move themselves to stop the throw? var/should_block_movement = TRUE - /// This is internal variable to support no gravity movement even if variable above is TRUE. This variable will change during throwing + /// This is internal variable to support no gravity movement even if var/should_block_movement is TRUE. This variable will change during throwing var/block_movement = TRUE /datum/thrownthing/proc/tick()