Make void non-hidden in Cryptid

This commit is contained in:
Emik 2026-02-13 22:02:16 +01:00
parent 4b8b5915b5
commit 87726989d0
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF

View file

@ -1,5 +1,9 @@
local f, q, u = unpack(... or require "src.functional") local f, q, u = unpack(... or require "src.functional")
if false then
Cryptid = Cryptid -- Suppresses warnings about the global.
end
local spectral = (function() local spectral = (function()
local x = 0 local x = 0
@ -108,10 +112,10 @@ spectral {
spectral { spectral {
key = "void", key = "void",
hidden = true,
soul_rate = 0.003,
soul_set = "Spectral",
pronouns = "it_its", pronouns = "it_its",
hidden = not Cryptid,
soul_rate = not Cryptid and 0.003 or nil,
soul_set = not Cryptid and "Spectral" or nil,
config = {extra = {amount = 2}}, config = {extra = {amount = 2}},
loc_vars = function(_, info_queue, card) loc_vars = function(_, info_queue, card)
table.insert(info_queue, G.P_CENTERS.e_negative) table.insert(info_queue, G.P_CENTERS.e_negative)