mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Alt Click Turf Menu Fix (#8592)
This commit is contained in:
@@ -239,8 +239,10 @@
|
||||
/obj/AltClick(var/mob/user)
|
||||
if(obj_flags & OBJ_FLAG_ROTATABLE)
|
||||
rotate(user)
|
||||
return
|
||||
if(obj_flags & OBJ_FLAG_ROTATABLE_ANCHORED)
|
||||
rotate(user, TRUE)
|
||||
return
|
||||
..()
|
||||
|
||||
/obj/examine(mob/user)
|
||||
|
||||
Reference in New Issue
Block a user