very quickly changes oview to view

This commit is contained in:
Cerebulon
2023-06-12 18:15:15 +01:00
parent e09d929855
commit 53ba1e8d1d
@@ -153,7 +153,7 @@ var/global/list/stool_cache = list() //haha stool
/obj/item/stool/verb/rotate_clockwise()
set name = "Rotate Stool Clockwise"
set category = "Object"
set src in oview(1)
set src in view(1)
if(!usr || !isturf(usr.loc))
return