Update code/controllers/subsystem/SSthrowing.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
HMBGERDO
2024-02-28 15:45:13 +01:00
committed by GitHub
parent 82667a4157
commit 20ef2af351
+1 -1
View File
@@ -73,7 +73,7 @@ SUBSYSTEM_DEF(throwing)
/// 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 var/should_block_movement is TRUE. This variable will change during throwing
var/block_movement = TRUE
VAR_PRIVATE/block_movement = TRUE
/datum/thrownthing/proc/tick()
var/atom/movable/AM = thrownthing