Skip to content

Commit

Permalink
meows loud as hell and purrs and shit
Browse files Browse the repository at this point in the history
  • Loading branch information
kittysmooch committed Aug 29, 2024
1 parent 0851b7b commit 19259a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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)
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)
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
2 changes: 1 addition & 1 deletion modular_doppler/modular_cosmetics/code/neck/collar.dm
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
icon_state = "bell"
greyscale_config = /datum/greyscale_config/collar/bell
greyscale_config_worn = /datum/greyscale_config/collar/bell/worn
greyscale_colors = "#663300#FFCC00"
greyscale_colors = "##222222#C0C0C0"

/obj/item/clothing/neck/human_petcollar/locked/choker
name = "choker"
Expand Down

0 comments on commit 19259a8

Please sign in to comment.