mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Update code/controllers/subsystem/SSthrowing.dm
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user