mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
Multi-Tile Projectile Fix (#17123)
* Multi-Tile Projectile Fix * cl typo fix
This commit is contained in:
@@ -453,9 +453,10 @@
|
||||
pixel_x = trajectory.return_px()
|
||||
pixel_y = trajectory.return_py()
|
||||
else
|
||||
before_move()
|
||||
step_towards(src, T)
|
||||
after_move()
|
||||
if(T != loc)
|
||||
before_move()
|
||||
Move(T)
|
||||
after_move()
|
||||
if(!hitscanning)
|
||||
pixel_x = trajectory.return_px() - trajectory.mpx * trajectory_multiplier
|
||||
pixel_y = trajectory.return_py() - trajectory.mpy * trajectory_multiplier
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Laser projectiles now properly travel through multi-tile airlocks."
|
||||
Reference in New Issue
Block a user