mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
Moves to BYOND 513 (#13650)
* Fixes Orbiting * moves to 513 * travis update * check for minor version too
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
update_icon()
|
||||
return
|
||||
|
||||
speed = Clamp(speed - friction, 0, MAX_SPEED)
|
||||
speed = clamp(speed - friction, 0, MAX_SPEED)
|
||||
for(var/A in (loc.contents - src))
|
||||
var/atom/movable/AM = A
|
||||
if(AM.anchored)
|
||||
|
||||
Reference in New Issue
Block a user