Skip to content

Commit

Permalink
Filter out the in-game-only items from Even More Textplates too.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleStan committed Jan 15, 2023
1 parent 9d8f3c1 commit c9e787d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions YAFC/Data/Mod-fixes/EvenMoreTextPlates.globals.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
local evenmoretextplates = ...;

for _,plate in pairs(evenmoretextplates.new_types) do
plate.symbols = {}
end

return evenmoretextplates;

0 comments on commit c9e787d

Please sign in to comment.