From 53ba1e8d1d4b2ada30c7af133d63f8313f2ed967 Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Mon, 12 Jun 2023 18:15:15 +0100 Subject: [PATCH] very quickly changes oview to view --- code/game/objects/structures/stool_bed_chair_nest/stools.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/stool_bed_chair_nest/stools.dm b/code/game/objects/structures/stool_bed_chair_nest/stools.dm index 0dce0560d7..f2b776a4de 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/stools.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/stools.dm @@ -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