mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-20 12:42:43 +01:00
very quickly changes oview to view
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user