Merge pull request #5770 from Atermonera/standard_rotation

Standardizes rotation verbs
This commit is contained in:
Neerti
2018-12-28 04:36:52 -05:00
committed by GitHub
21 changed files with 646 additions and 667 deletions
+1 -1
View File
@@ -112,5 +112,5 @@
var/turf/newloc = locate(x + deltas[1], y + deltas[2], z)
if(newloc)
Move(newloc)
if(rotate)
if(rotate)
rotate(get_heading())