The worst compatibility hack you've ever seen
This commit is contained in:
parent
218de7ce6b
commit
96c8732deb
2 changed files with 6 additions and 1 deletions
|
|
@ -19,5 +19,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.7.12"
|
||||
"version": "1.7.13"
|
||||
}
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
local crying = Cryptid
|
||||
Cryptid = G.P_CENTERS.j_cry_crustulum and Cryptid
|
||||
|
||||
Jane = {
|
||||
config = {
|
||||
wee_sizemod = 1.25,
|
||||
|
|
@ -366,3 +369,5 @@ for _, v in ipairs({
|
|||
}) do
|
||||
assert(SMODS.load_file("src/" .. v .. ".lua"))()
|
||||
end
|
||||
|
||||
Cryptid = crying
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue