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": [
|
"conflicts": [
|
||||||
"Jen"
|
"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 = {
|
Jane = {
|
||||||
config = {
|
config = {
|
||||||
wee_sizemod = 1.25,
|
wee_sizemod = 1.25,
|
||||||
|
|
@ -366,3 +369,5 @@ for _, v in ipairs({
|
||||||
}) do
|
}) do
|
||||||
assert(SMODS.load_file("src/" .. v .. ".lua"))()
|
assert(SMODS.load_file("src/" .. v .. ".lua"))()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Cryptid = crying
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue