Skip to content

Commit 555a451

Browse files
authored
Revert "tweak(VV): prohibits lobbyscreen varediting" (#13387)
1 parent 5f7b0ea commit 555a451

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

code/modules/admin/view_variables/helpers.dm

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,10 @@
199199
return TRUE
200200

201201
/proc/forbidden_varedit_object_types()
202-
return list(
203-
/datum/admins, //Admins editing their own admin-power object? Yup, sounds like a good idea.,
204-
/obj/machinery/blackbox_recorder, //Prevents people messing with feedback gathering,
205-
/datum/feedback_variable, //Prevents people messing with feedback gathering
206-
/atom/movable/screen/splash/persistent, // Prevents morons from fucking up lobby screen.
207-
/datum/lobby_art // Same as above
202+
return list(
203+
/datum/admins, //Admins editing their own admin-power object? Yup, sounds like a good idea.,
204+
/obj/machinery/blackbox_recorder, //Prevents people messing with feedback gathering,
205+
/datum/feedback_variable //Prevents people messing with feedback gathering
208206
)
209207

210208
/proc/input_bitfield(mob/User, title, bitfield, current_value, nwidth = 350, nheight = 350, nslidecolor, allowed_edit_list = null)

0 commit comments

Comments
 (0)