mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Update code/controllers/subsystem/SSthrowing.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user