From 289997e8bb4c7591c35534a8b73f0740998c4875 Mon Sep 17 00:00:00 2001 From: Evildragon Date: Mon, 22 Apr 2024 12:18:38 +0900 Subject: [PATCH] Fix comment --- code/modules/admin/view_variables/debug_variable_appearance.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/view_variables/debug_variable_appearance.dm b/code/modules/admin/view_variables/debug_variable_appearance.dm index 02060de31cf08..faed4f45f41cb 100644 --- a/code/modules/admin/view_variables/debug_variable_appearance.dm +++ b/code/modules/admin/view_variables/debug_variable_appearance.dm @@ -74,7 +74,7 @@ /// manually locate a variable through string value. /// appearance type needs a manual var referencing because it doesn't have "vars" variable internally. /// There's no way doing this in a fancier way. -/proc/locate_appearance_variable(var_name, image/appearance/appearance) // it isn't /movable. It had to be at it to use NAMEOF macro +/proc/locate_appearance_variable(var_name, image/appearance/appearance) // WARN: /image/appearance is a mocking type, not real one switch(var_name) // Welcome to this curse // appearance doesn't have "vars" variable. // This means you need to target a variable manually through this way.