Remove redundant files
This commit is contained in:
parent
ac2157799e
commit
8cf3988bcc
3 changed files with 3 additions and 7 deletions
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"Lua.diagnostics.globals": [
|
|
||||||
"Jen",
|
|
||||||
"Jane"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"author": [
|
"author": [
|
||||||
"Emik"
|
"Emik"
|
||||||
],
|
],
|
||||||
"version": "1.4.1",
|
"version": "1.4.2",
|
||||||
"badge_colour": "8BE9FD",
|
"badge_colour": "8BE9FD",
|
||||||
"main_file": "src/main.lua",
|
"main_file": "src/main.lua",
|
||||||
"badge_text_colour": "44475A",
|
"badge_text_colour": "44475A",
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,8 @@ SMODS.Joker {
|
||||||
blueprint_compat = false,
|
blueprint_compat = false,
|
||||||
loc_vars = function(_, _, card)
|
loc_vars = function(_, _, card)
|
||||||
local loc_self = G.localization.descriptions.Joker.j_Roland_escapey
|
local loc_self = G.localization.descriptions.Joker.j_Roland_escapey
|
||||||
|
|
||||||
|
---@diagnostic disable-next-line: undefined-global
|
||||||
local sinister = (Jen or {}).sinister or G.escapey_sinister
|
local sinister = (Jen or {}).sinister or G.escapey_sinister
|
||||||
local quotes = loc_self.quotes
|
local quotes = loc_self.quotes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue