Skip to content

Commit

Permalink
Quickfix ff_categories (#5138)
Browse files Browse the repository at this point in the history
  • Loading branch information
FeenieRU authored Oct 31, 2024
1 parent d0ae949 commit 4710333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tff_modular/modules/vending/vends/autodrobe.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/obj/machinery/vending/autodrobe
product_categories = list(
product_categories_ff = list(
list(
"name" = "Other",
"icon" = "star",
Expand Down
2 changes: 1 addition & 1 deletion tff_modular/modules/vending/vends/clothing.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/obj/machinery/vending/clothing
product_categories = list(
product_categories_ff = list(
list(
"name" = "Special",
"icon" = "star",
Expand Down

0 comments on commit 4710333

Please sign in to comment.