@@ -145,7 +145,7 @@
|
|||||||
set src in oview(1)
|
set src in oview(1)
|
||||||
var/datum/component/simple_rotation/rotcomp = GetComponent(/datum/component/simple_rotation)
|
var/datum/component/simple_rotation/rotcomp = GetComponent(/datum/component/simple_rotation)
|
||||||
if(rotcomp)
|
if(rotcomp)
|
||||||
rotcomp.HandRot(usr,ROTATION_CLOCKWISE)
|
rotcomp.HandRot(null,usr,ROTATION_CLOCKWISE)
|
||||||
|
|
||||||
/atom/movable/proc/simple_rotate_counterclockwise()
|
/atom/movable/proc/simple_rotate_counterclockwise()
|
||||||
set name = "Rotate Counter-Clockwise"
|
set name = "Rotate Counter-Clockwise"
|
||||||
@@ -153,7 +153,7 @@
|
|||||||
set src in oview(1)
|
set src in oview(1)
|
||||||
var/datum/component/simple_rotation/rotcomp = GetComponent(/datum/component/simple_rotation)
|
var/datum/component/simple_rotation/rotcomp = GetComponent(/datum/component/simple_rotation)
|
||||||
if(rotcomp)
|
if(rotcomp)
|
||||||
rotcomp.HandRot(usr,ROTATION_COUNTERCLOCKWISE)
|
rotcomp.HandRot(null,usr,ROTATION_COUNTERCLOCKWISE)
|
||||||
|
|
||||||
/atom/movable/proc/simple_rotate_flip()
|
/atom/movable/proc/simple_rotate_flip()
|
||||||
set name = "Flip"
|
set name = "Flip"
|
||||||
@@ -161,4 +161,4 @@
|
|||||||
set src in oview(1)
|
set src in oview(1)
|
||||||
var/datum/component/simple_rotation/rotcomp = GetComponent(/datum/component/simple_rotation)
|
var/datum/component/simple_rotation/rotcomp = GetComponent(/datum/component/simple_rotation)
|
||||||
if(rotcomp)
|
if(rotcomp)
|
||||||
rotcomp.HandRot(usr,ROTATION_FLIP)
|
rotcomp.HandRot(null,usr,ROTATION_FLIP)
|
||||||
|
|||||||
Reference in New Issue
Block a user