You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(isobserver(user) &&!is_admin(user.client)) //prevent ghosts from unflipping tables but still allows admins to fuck around
54
54
return
@@ -72,13 +72,11 @@
72
72
73
73
74
74
/obj/structure/table/CtrlShiftClick(mob/user)
75
-
if(!istype(user) || iscorticalborer(user))
76
-
return
77
-
if(!can_flip)
75
+
if(!iscarbon(user) &&!is_admin(user.client))
78
76
return
79
77
if(isobserver(user) &&!is_admin(user.client)) //prevent ghosts from flipping tables but still allows admins to fuck around
80
78
return
81
-
if(!user.CanReach(src))//prevents certain kinds of fuckers on cameras from flipping tables THROUGH A FUCKING CAMERA. ... this is why we can't have nice things.
0 commit comments