diff --git a/code/datums/datumvars.dm b/code/datums/datumvars.dm index 944532324af..9413956fa7c 100644 --- a/code/datums/datumvars.dm +++ b/code/datums/datumvars.dm @@ -2,6 +2,8 @@ return TRUE /datum/proc/can_vv_get(var_name) + if(var_name == NAMEOF(src, vars)) + return FALSE return TRUE /// Called when a var is edited with the new value to change to