From aba660ae62dc5a0059a3e10d73993e2c8ae19ae0 Mon Sep 17 00:00:00 2001 From: Roxy <75404941+TealSeer@users.noreply.github.com> Date: Sat, 19 Apr 2025 23:03:13 -0400 Subject: [PATCH] Remove the random "digi" from greyscale_configs.dm (#3570) ## About The Pull Request Remove the word `digi` that is just sitting in a random code file from years ago and also counts as a type declaration for some reason ## Why It's Good For The Game Digi ## Proof Of Testing Digi ## Changelog No --- modular_skyrat/modules/GAGS/greyscale_configs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_skyrat/modules/GAGS/greyscale_configs.dm b/modular_skyrat/modules/GAGS/greyscale_configs.dm index 6e11af46a27..d997272a2a5 100644 --- a/modular_skyrat/modules/GAGS/greyscale_configs.dm +++ b/modular_skyrat/modules/GAGS/greyscale_configs.dm @@ -1220,7 +1220,7 @@ TREK /datum/greyscale_config/sneakers/worn/teshari name = "Sneakers (Worn, Teshari)" icon_file = 'modular_skyrat/modules/GAGS/icons/sneakers_teshari.dmi' -digi + /datum/greyscale_config/sneakers_orange/worn/teshari name = "Orange Sneakers (Worn, Teshari)" icon_file = 'modular_skyrat/modules/GAGS/icons/sneakers_teshari.dmi'