mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Moves to BYOND 513 (#13650)
* Fixes Orbiting * moves to 513 * travis update * check for minor version too
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
|
||||
var/ox = round(screenview/2) //"origin" x
|
||||
var/oy = round(screenview/2) //"origin" y
|
||||
var/angle = Atan2(y - oy, x - ox)
|
||||
var/angle = ATAN2(y - oy, x - ox)
|
||||
Angle = angle
|
||||
if(spread)
|
||||
Angle += spread
|
||||
|
||||
Reference in New Issue
Block a user