mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Adds step_x and step_y to the locked var list.
Touching either of these on ANYTHING breaks gliding for everything for the entire round. There is no good reason to ever touch them! #WhyWasntThisDoneYearsAgo
This commit is contained in:
@@ -131,7 +131,7 @@ var/list/forbidden_varedit_object_types = list(
|
||||
|
||||
if(!istype(L,/list)) src << "Not a List."
|
||||
|
||||
var/list/locked = list("vars", "client", "virus", "viruses", "cuffed", "last_eaten", "unlock_content")
|
||||
var/list/locked = list("vars", "client", "virus", "viruses", "cuffed", "last_eaten", "unlock_content", "step_x", "step_y")
|
||||
var/list/ckey_edit = list("key", "ckey")
|
||||
var/list/icon_edit = list("icon", "icon_state", "overlays", "underlays")
|
||||
var/list/names = sortList(L)
|
||||
|
||||
Reference in New Issue
Block a user