Skip to content

Commit

Permalink
ifdefs out now removed mutable appearance vars (tgstation#86538)
Browse files Browse the repository at this point in the history
Can't do it fully cause the min version isn't bumped up. Also uh, 1643
breaks MA new overrides so like, what can ya do
  • Loading branch information
LemonInTheDark authored Sep 8, 2024
1 parent 99ee36f commit f543456
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions code/modules/admin/view_variables/debug_variable_appearance.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,6 @@ GLOBAL_DATUM_INIT(pluto, /atom/movable, new /atom/movable(null))
return FALSE
if(var_name == NAMEOF(src, realized_underlays))
return FALSE
// Filtering out the stuff I know we don't care about
if(var_name == NAMEOF(src, x))
return FALSE
if(var_name == NAMEOF(src, y))
return FALSE
if(var_name == NAMEOF(src, z))
return FALSE
// Could make an argument for these but I think they will just confuse people, so yeeet
#ifndef SPACEMAN_DMM // Spaceman doesn't believe in contents on appearances, sorry lads
if(var_name == NAMEOF(src, contents))
return FALSE
#endif
if(var_name == NAMEOF(src, loc))
return FALSE
if(var_name == NAMEOF(src, vis_contents))
return FALSE
return ..()
Expand Down

0 comments on commit f543456

Please sign in to comment.