Skip to content

Commit

Permalink
ez
Browse files Browse the repository at this point in the history
  • Loading branch information
kittysmooch committed Aug 30, 2024
1 parent 6039c0c commit 86aeb0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/greyscale/_greyscale_config.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
if(!json_config)
stack_trace("Greyscale config object [DebugName()] is missing a json configuration, make sure `json_config` has been assigned a value.")
string_json_config = "[json_config]"
if(!(findtext(string_json_config, "code/datums/greyscale/json_configs/") != 1 || findtext(string_json_config, "modular_np_lethal/lethal_GAGS/json_configs") != 1)) //DOPPLER EDIT originally if(findtext(string_json_config, "code/datums/greyscale/json_configs/") != 1)
if(!(findtext(string_json_config, "code/datums/greyscale/json_configs/") != 1 || findtext(string_json_config, "modular_doppler/modular_cosmetics/GAGS/json_configs") != 1)) //DOPPLER EDIT originally if(findtext(string_json_config, "code/datums/greyscale/json_configs/") != 1)
stack_trace("All greyscale json configuration files should be located within 'code/datums/greyscale/json_configs/'")
if(!icon_file)
stack_trace("Greyscale config object [DebugName()] is missing an icon file, make sure `icon_file` has been assigned a value.")
Expand Down

0 comments on commit 86aeb0b

Please sign in to comment.