mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Adjust LINDA airflow push speed
This commit adds a small, 2 cycle delay between LINDA pushing a certain object. This is due to differences between ours and -tg-'s processing speed, which was causing strange teleportation.
This commit is contained in:
@@ -272,7 +272,7 @@ atom/movable/var/pressure_resistance = 5
|
||||
atom/movable/var/last_forced_movement = 0
|
||||
|
||||
atom/movable/proc/experience_pressure_difference(pressure_difference, direction)
|
||||
if(last_forced_movement >= air_master.current_cycle)
|
||||
if(last_forced_movement >= air_master.current_cycle+2)
|
||||
return 0
|
||||
else if(!anchored)
|
||||
if(pressure_difference > pressure_resistance)
|
||||
|
||||
Reference in New Issue
Block a user