Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FeenieRU committed Sep 18, 2024
1 parent 150aa5c commit 7b4fa26
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tff_modular/modules/~donator/clothes/greyscale.dm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/datum/greyscale_config/fjacket
name = "Futuristic Jacket"
icon_file = 'tff_modular/master_files/icons/donator/obj/clothing/suit.dmi'
json_config = 'tff_modular/modules/~donator/clothes/json/fjacket.json'
json_config = 'modular_nova/modules/GAGS/json_configs/suits/fjacket/fjacket.json'

/datum/greyscale_config/fjacket/worn
name = "Futuristic Jacket (Worn)"
icon_file = 'tff_modular/master_files/icons/donator/mob/clothing/suit.dmi'
json_config = 'tff_modular/modules/~donator/clothes/json/fjacket_worn.json'
json_config = 'modular_nova/modules/GAGS/json_configs/suits/fjacket/fjacket_worn.json'

0 comments on commit 7b4fa26

Please sign in to comment.