#⚙・modding-general
1 messages · Page 947 of 1
you can be muted but it would be easier for me if i can talk and share screen
i dont mind if you mute yourself
clearly you haven't read anything from the link if you think that's what the link is
people usually understand faster when they talk
but not knowing what a for loop is is CRAZY
i also suggested the cryptid server bc its a public server so its less uncomfortable
not everyone codes bro
we had a joke in the hotpot server about this
its not "how" many, is how unbalanced and breakruning they are
import Steamodded
import lovely-injector
DUDE, I’VE NEVER CODED IN LUA BEFORE
you post gore
i had like 6 months where i refused to use for loops because i had a hate for them btw
they're not that bad
-# right?
for loops is a universal thing i think
keep saying it and I'll send it in dms
had to do some lovely patches to make this joker work but i think its worth it
@frigid mica are you willing to hop in the cryptid server vc (once again you can be muted) and ill explain this to you?
is that supposed to be threatening
😭
i don't have 1000 jokers
offer
cryposting + mayhem
Find me, I’m not on pc but I am in one of the voice chats
i only have 960
"only"
good thing the link i posted is literally the fucking official guide by the lua people about how to code in lua
wait let me
,_,
Do you want me to write a thesis paper or what
dude its a fucking for loop
iteration much
this is somehow the second time this conversation has happened
i found it
They never taught me this in school
drop out gng
what
yo school is useless
what languages you learn on school?
when i was in the womb a divine voice told me how to code
MacOs:
no, but it certainly helps to put in the effort to explain what you're struggling with instead of just posting a doodle positioning us as the problem. we're trying to help, and if you're struggling with the concept of programming as a whole then maybe you should find some more basic tutorials elsewhere. but if it's just lua, we've already handed you excellent resources in that regard
a for loop is an iterator
ok fine
there are 2 basic for loops in lua
i'm looking at the content
the numerical for and the generic for
the numercal for simply increments a value and runs the code with that value
the structure is for i = 1, upper_bound, increment_amount do
-# you forgot to say that lua start in 1
for i = 1, 3, 1 do
print(i)
end
will print 1, 2 and 3
thats tables
mb
1 indexing is stupid anyways
the generic for is the same principle except it utilizes tables/arrays
so lets say you have an array (integer indexed table) example where
example = {
"ok",
"uhh",
"foo"
}
for k, v in ipairs(example) do
print(k.." "..v)
end
will print 1 ok, 2 uhh, 3 foo
basically v is example[k]
wait what "ipairs" means?
integer pairs
and "k, v"
all elements in a table with integer values
k is the iterator
v is the kth item in the table
lua is fun and easy to learn a lot
ty
indeed
yea im still trying to figure how things works
i made a few jokers and a consumable but nothing too hard
i created a joker only for fun, and fascinated already
integer indexes*
im making a fool for spectrals and tbh is pretty fucked up right now
thats the fun moment
cant believe there would be a day where i have to explain for loops in balala modding chat
nah i know what they are, just dont know how to explain it
you helped me
Because you touch yourself at night. /family guy reference.
gulf of mexico?
the programming language
Recorded live on twitch, GET IN
https://twitch.tv/ThePrimeagen
Author: https://twitter.com/todepond
Author has a YT channel: https://www.youtube.com/@TodePond
MY MAIN YT CHANNEL: Has well edited engineering videos
https://youtube.com/ThePrimeagen
Discord
https://discord.gg/ThePrimeagen
Have something for me to read or react to?: https://w...
dude?
LMAOOO
ignore the spanish part
i didnt know they changed it
XDDD
weird and fun lang
wait until you hear about const const const

im like this rn reading the docs
you try to revive jens?
you know what i'll just look at vremade
🔥
tbf i always want to see a mod with exponentiation but like a new value:
"chips" × "mult" ^ "mult2"
what rarity would you guys consider this (the suit changes like ancient joker)
you talked too much, astro
(forcefully played means itll be added to your played hand no matter what you play, and can construct a new/diff poker hand by this)
threat^^
i forgot how good this was
JAJAJA WHAT
holy fucking peak?
you cant set variables to other variables now it will just be a string
in what case you will need that
7 maybe 7.2
"Oh, of course, I need to translate the cost of this string into my native currency."
the const const shit genuinely looks like something you would find in c lmao
its awesome
im not joking by that btw
i know
const char is different from char const
thank god in lua everything is a variable
your mom is a variable holding the value math.huge
this is not a main episode.
try out the dreamberd vision pro at https://www.dreamberd.computer
or read the full docs at https://github.com/TodePond/DreamBerd
music by ivan reese
https://ivanish.ca
filming by flora caulton
https://floracaulton.com
they forgot to change this to gulf of mexico
can you show me anything that uses this language?
score[0.5]
a page, and app, an anything
go to examples
So I’m not gonna use jokerforge at all
i mean, something with a purpose already
Instead I’ll do what I always did
ok
balatro would be so much more effecient if coded in assembly
YEAAAAAA
it would run so much faster tbh
like
it would led people with worse hardware play
it should 100% be moved to assembly
Which is to look at vremade.
assembly is also incredibly easy to understand obviously
just code in GulfOfMexico
what i do? 😭
GulfOfAmerica now? LOL
All I’m doing is
All in in GulfOfMexico in the next 45 years will replace javascript and python
Read code from other mods, steamodded api, and vremade
When I spot something I don’t know, I just procrastinate.
ask for it
It used to be imitating pointer.
i jusst had a eviul idea
Now I decided it should just copy that one command card from entropy, which makes it so that your selected card can appear in future code or twisted packs.
Supply and Demand is a Mechanical card that destroys your selected card and makes it appear in the shop at random.
excuse me? @civic atlas
fi bonacci
this cant be real
its awesome though??
i will say yes, just for now
i will try to code in this
good luck
ok so imagine this
battle cats you say
that is what i said
i wanna make a bunch of jokers, but i wanna save a lot of time
repost cuz im tired
mhm what else?
they have almost the same function
mhm
ok
gives this many when it contains a pair
y'know
what do i do when i wanna make this many jokers while saving time?
config = { extra = { mult = 12}},
loc_vars = function (self,info_queue,center)
return {vars ={center.ability.extra.mult}}
end,
calculate = function(self, card, context)
if context.cardarea == G.jokers and context.joker_main then
if next(context.poker_hands["Full House"]) then
return {
mult = card.ability.extra.mult
}
end
end
end
what are you doing
you've gotta be kidding me
one thing you can do is just copy paste the code and change the requirement (hand type this time)
i know you can made a function and call it, is more time saving, but i dont know how to make that
oh so ONE specific joker crashes the game
great
thats what you say, more mult in hand type
thats the code
i have 10 jokers for that, and yea i just copy paste the whole thing time after time
ios?
windows
actually wait
share the crash
there's a joker i've been trying to fix
ok say what it does
they work but there's this weird thing that happens when they finish triggering
this is one of the instances
you should update smods
They're supposed to level up all hands by x2
oh
my suspect is Brainstorm because it doesn't work well with mods
mm
alright thanks
scoring a flush triggers the joker
it's pretty new???
oh
right
@smoky veldt
hey you
update steamodded
i just watched the video
and removed braainstorm
could someone please help me mod balatro
super totally stable card that definetely did NOT target half of my amazingly good jokers
(im forced to buy junk now)
struggling currently
like making a mod or modding the game
i have made mods for mc but cant figure out how to apply
thank you 😭 🙏
it crashed again TwT
nvm
isn't the debt limit infinite technically?
or am i stupid?
i know i'm prone to being stupid
ohhh okay
make it so that if you're in debt rental GIVES you 3 dollars
or if you're in debt and you have a rental joker just make the joker explode
deltarune explosion effect and everything
i believe my pre-alpha build now has maxwell and two other rare jokers
has anyone done a blind like this before
mult and dollars are random every time the game is started up
is math.random acceptable in this case?
✅
help
its my first time coding so pls dont be too hard on me
i know some things but i need some help in here
im tryin to make so the joker makes +4 mult
ok thx
zap
hey is there where i put the error i just got
my game crashed and idk why and need help
yup
i do not know what any of this means
i just tried to follow the mod tutorial the best i could
OH right
sorry
ah talisman
actually the only error is the mod itself
its from twitter
bruh
why do you have talisman
there's no reason to use talisman with normal mods
it says it was required
what in the fuck
weird ass mod
switch to vanilla scoring then
but that will wipe your current run
this is my first time modding how do i do that..
in talisman settings
am i doing good?
switch from OmegaNum
context i want to make the joker give +5 mult (like jimbo)
what you trying to do?
The table you have inserted under ..chip_mult is a description of keys in context
sorry i didnt read
is ok lol
Also you haven't defined chip_mult in your config
You want it to double each time this joker scores?
i assume you mean the limit thing
i want it to be like a jimbo just scoring +5 once
chat do i take this joker
Uh, check out SMODS wiki and VanilaRemade wiki
it did! thank you
then just:
mult = card.ability.extra.mult
six suits yeah
Also you must put this inside of return {}
oh man this mod is awesome
just a default deck
youre starving for ^^
😭😭😭😭
-# 😭
can i shill my mod 👉👈
go ahead
like this?
wait, better if we go to #💻・modding-dev
this is incredible
I suggest you to start learning Lua
i dont know
I hate this
shadow deck
yeah is my first time actually coding like i learn and things like that but i never putted in practice
I litterally don't understand why it says 4 curse, if curse is 0
alr
this has the potential to be an enchancement
i dont know if the moss even does anything but i chose it anyways
its rare that i havent see that mod before
pretty rare you have to enter in twitter and download it from a Google Drive archive
i got to shill my own mod but at what cost
how do i make an animated joker
hoooly
your dignity
oh o o o oooh oh oh oh oh oh oh story of undertale
repost of sprite that I did for a card that is not mine
Anyone know how to unlock pointer deck in cryptid? No matter how many times I use pointer the deck never unlocked and no one in their discord can help
what the fuck is pointer deck
my favorite joker is don-chan
I dunno it's locked
It says use pointer to unlock
But you use pointer and nothing
the aikoyori don-chan joker scales so well for number go up
best combined with a joker that acts like hanging chad
and something that gives xmult
genuinely what is with this game and destroying cards
genocide route
😭
Will this person ever play my mod
alphys started a company? 😭
0 ERROR?
yeah it adds prestige cards
they're cool and i add like 16 that still need art ^^" oops
ohhh i remember that
pta mentioned wtf
yeah i have smth that gives perma balance to cards
astro make Vanilla^^
notmario
ngl i didnt play it yet
what the sigma
incredible
😭
shilling my mod until people play it
this is INSANE
still waiting for the aikoyori x milky jokers compat
i specifically put your mod higher in my readme
everything else was just train of consciousness
Never knew SMODS could show me a BSoD
you have 2 smods
No, only 1
or 2 version.dll
procrastinator:
It's lovely
its possible this can happen when doing stuff through lovely yeah
oh i didnt know that
Thing piece of trash shows me I start with 4 curse. I coded my challenge to start with 10 curse. And instead I start with 0 curse
before smods starts loading mods, lovely has to have already patched the base game's code, so if your lovely patch causes the base game code to be broken, then that crashes with the wonderful broken blue
I've fixed an issue with lovely, now my issue is my own code
I accidentaly replaced "start with $4"
peak
not everything needs a patch
we should probably get back to working on that 
you. don’t!
okayt how about close to it
you would likely have more fun playing cookie clicker
just allow me to suffer
You make a mod that adds jokers that just give you the limit as a score. There's truly no other way for it to really happen.
Ice!
Hey hey Autumn
hey autumn autumn
would you categorize scifi cards as "metal" for the purposes of something like my Scrapper joker that converts metal enhanced cards in graveyard into new metal enhanced cards in hand
setting up randomizable "card quality" conditions for joker effects (esp. stacked), one of the ideas is "metal enhanced"
Yeah, they're cyborg enhanced cards, I guess, hahaha
nice
Mod name?
m o d s i n b i o
Ok thx
0 error will have metals (sunsteel cards)
shoutouts to missingnumber 0 error linked in thac readme btw
First time trying to mod Balatro, can anybody help me install the Partner mod?
The "read me" on GitHub just says Lovely and Steamodded are requirements but no instructions 😭
I can't help You search a yt tutorial
Clearly I already did that since I got Steamodded and Lovely installed. The partner mod github doesn't have a zip for me to download and all the tutorials I find are for installing Steamodded and Lovely, not specifically the partner-api mod.
But hey, thanks for nothing
literally just put the Partner folder in your mods folder in appdata
Where's the folderrrr??? 😩
exactly the same way you install smods
https://github.com/Steamodded/smods instructions here
every mod is installed the same way as smods
There's no zip folder in here for me to download
click on the green button and click download as zip
THANK YOU!!!

Bro so chill
okay got a good part of it working
of course you wouldnt have no jokers going into this blind
Yeah I’m definitely not reading all that
Please tell me when the next lobcorp commit gets posted 
the strongest joker in fiction
What is this mod
How does ascension power work
that is an excellent question
I wonder if i should add a special essence gimmick to my mod. Much like ascension power introduced by cryptid and innovated by entropy or score explored by astronomica.
yes
It’ll be hard to implement because i don’t know the first thing about special gimmicks
<@&1133519078540185692>
Thanks you very much.
thanks for the ping! they're now Dead
Any recommendations for cryptid mods? Seen cryptposting looks good
I’ll just call it Aura.
what happened
talisman
Entropy
oh
Ok so Aura is based on joker rarity, if it’s a vanilla rarity, it’s 1-4, if it’s a custom rarity, it’s by default 5.
not cryptid but #1326135270759993364
Is it wild like cryptid or more vanilla?
I feel it is like, in between the two.
But I really haven't played the mod a lot, so fuck I know.
it can be both
Go, 'my' humble mod, idk. https://discord.com/channels/1116389027176787968/1333809003829923900
A = 2^(jM(jR))
A = Aura
jM = Joker Mean
jR = Joker Rarity
Love restarting the game 4 times per minute
Aura is a multiplier for both Chips and Mult
By default, your starting Aura value is 1
Hmm, let me see if I can make a better formula
Extra joker slots + joker rarity
Used joker slots?
Total joker count?
Total jokers + joker rarity = Aura Value I guess?
No wait
Aura Variable(Total jokers + total rarity)
I’ll think about it later
does anyone know of a mod with a rainbow gradient 🤔
Wdym exactly
a mod with a rainbow SMODS.Gradient
Nah
i'm currently working on the magical-girls branch
main branch probably won't be updated with content in the meantime
hopefully this is correct
bepis
aikoyori
also uhm operation api broke score capping as expected lma
expect a blindexpander update when i'm done with Wrath
maybe with actual version control
blindexpander... update???
since when did those two words go with each other
okay considering blindexpander can be integrated into multiple mods i should make it so that only the highest version one loads
i think i will add this hook just because i dont like deleting the # part at the start of hex codes :3
woww
top tier laziness
also i just realized having # in the hex codes actually show the color, so thats new
what the fuck
yea i think my drive is cooked
Whar
Excuse me is this 105636 GB !
What's the name of this mod?
Joker Display
Yo yo yo guys!
bepis
haya
Hey Bepis!
hi pumpkin
How you doing?
Pretty fine!
I'm on the beach rn
mhm thats cool
Is this your mod you're working on?
Coolio!
q
Imma check it out when I get home
wait roll in the support card banner
dont roll for the current character banner, its ass
Okay but does it have donuts
I have been thinking of a boss blind that ignores any total of chips * mult above a certain number amount...
Kinda inspired from a boss of angry birds epic where a certain boss ignores any damage received above a certain number.
yeah but what if you need another dirt racer
haru oguri third horse
fair point
was it el condor pasa
yeah el got B on dirt
yea haru oguri pasa
theoretically you can build any horse for any distance and race type anyways
rice shower...
Rice shower
uh
Stonks ↗️
Is stickers always on needed? Or is there a setting in base game for this,
there is a setting in the base game
So might as well remove my stickers always on mod?
yeah
Sweet thanks
how did you even find that its only on a platform that like nobody uses for mods
I go all over the place for mods, I love bmm but I have a few that aren't on there
Like overflow is another one, it's not on bmm but is there a better mod for stacking consumables?
Good morning y’all
nah overflow is definitely one of my personal favorites
Okay sweet, I'll keep overflow on then
i was just confused because like stickers always on is on thunderstore which has like no mods
I just realized you can put stickers on cards !!! Is this an intended vanilla feature
and stickers always on was from before the setting existed in vanilla
Mambo
I think when I started modded I would have just searched what mods are good and not checked dates etc. It's like cryptposting... I can't find that anywhere but saw it on a vid and there's a github
99% of the time you download from the github
because uploading your mods to bmm is annoying
1% of the time is just alex being a github hater
Is there a better repository for mods then?
not really currently
Nahh
i love funny numbers
Cos I don't know where to look outside just vids, here, and bmm
Even bmm pulls from a github repo
i guess theres the modding forum here and the modding wiki but those arent much better
That's a shame, I guess I'll keep doing that then, looking through all sources etc
haii
Do you guys know any good music mods? Had Bonne soiree for a while but wanna switch up
Don’t spoiler me i’m on fire
Straight up
Myst has one
I think
i mean im not supposed to spoil anyone so i wont
Forgor
Myst? Where can I find it?
I regret updating my mods, game won't boot 
No myst is the creator
Lol
Can I search on GitHub? Or need to ping them?
DO NOT PING MYST
Lol
she kills people
Thank you!
wish me luck
i already misspelled atlas once which yall had to fix so you may need it
Someone a while back on it me on to a specific talisman version, the most recent was causing issues. Does anyone know which that is?
Ok no worries, thank you though
penumbra?
Oh yeah
N said yesterday that the latest one is
Above smods version or something idk
Talisman?
YesDownload the release before the latest
Okay sweet, thank you. I'll give it a shot
hiii
I FUCKING HATE THE SYMBOL TO EMOJI
it is
Damn can anyone. Help with my boot.
I get syntax error: functions/common_events.lua:3436 'end' expected to close 'function' at line 481 near 'eof'
One sec
are you by chance trying to play Bunco?
It shows you at the end (best guess )
End of the log?
eroding away
Can i have a screenshot
That's the BMM crash log. Does Balatro itself give one?
hi Kate
in the crash
Haloooo
Want to see a cat?
you should definitely update lovely
might not be the cause but its good to do anyway
okay doing that now
Shoutout john G lovely
Who likes my car
why do i wanna make these card layers? 🥲 the joker's so much easier
My dog better
Any progress on that btw
I'm mostly just learning about the more fundamental parts of the Balatro code, haha
Hey S !!
and the smods code
hey kate
nice joker
I have a very simple working version that prints when triggered and has no visuals, but I'm now trying to figure out how to set up injects for sprites properly when objects get loaded. I thought I understood how that worked but it seems the order in which functions trigger might be an issue
Oh wait, this might literally just be due to file ordering
A lazy approach is just using modifying stickers behavior since no one uses stickers on cards other than paperback
I use stickers a whole lot, basically for that, haha
Counters are based on stickers, yeah
Ooooooh, sick! That's also an interesting way to have that effect work!
Banana
I wanna figure out how to make the action cards a bit more interesting
yep
Hey makson
hey
Is makson a combination of Michel and Jackson
no, thats just like my friends calling me
maybe?
should've realized I should be lovely patching earlier.
cant wait to counters
anywhere I can go to figure out my boot crashes?
no
ive googled my lovely log error but nothing, and i don't quite get it
only other thing I can think is delete all mods and start again
or uninstall reinstall
if i do a full reinstall - to keep my saves do i just make copy of 1 and M1 folders?
do you get an error in the balatro client itself?
the error screen that boots up?
now if only i could get the game to recognize my bullets
Shoot me if you figure it out
should i just reinstall game and start over? can i just save 1 and M1 folder to keep my saves?
Yeah that would probably fix it
i dunno what i've done, i guess i got too cocky with just throwing mods around and trusting bmm
steammodded?
ye
thats cos someone said the latest wasn't working with latest talisman?
car
Lookie at this fatass
Talking about my cat
new error with updated smods
google it and someone one reddit says use a much older version of smods?! so confused
<@&1133519078540185692>
what order should i reinstall everything
balatro
smods
lovely
all the mods?
What mods are you trying to play
ive taken copies of my M1 and 1 folder for saves, hoping that works okay (don't want to lose progress)
hi eremel
Make sure you are using release versions of mods where possible
Hello aiko how are you today
hot mot
i will, thanks - wish me luck
hot pot
Oh is it your turn this week?
Is it look good so far?
aikoyori moment
inspiration ™
i think im like two effects short of matching stacked itself rn
our team will cook something #trust
haya
What does jtem stand for
J = peanut butter
T
E
M
oops! Operator api happens
though that makes it super easy to hook and get the score
myst im using stacked to make jokers look like your blinds
so i love operator api
yayyyy
reading comprehension
I can’t read bosses in the first place
my attention span is ruined
i think honestly im just not a fan of the ui for big blind descriptions yeah
mm
helo guys
i am being dragged (going) to hell (school) in 12 hours (tomorrow)
aiko you're ui nerd how would you redesign it
idk maybe i should actually play lob corp idk
i made blind icons to specify special blind abilities
instead of just being afraidg
special week..
i mean i already get destroyed by aikos blinds on a regular basis so surely adding lobcorp cant make anything any worse
lobcorp blinds are tame unless you actually summon the bullshit ones yourself
by tame i mean fairly badly designed but thats only the ordeals
Good luck
I think blindexpanders ui is probably the best we’re gonna get with the way everything works
-# chat
Helloo
i tried to summon burning brimstone on ante 1
went pretty good until endless entropy (e15 💀)
i need to install FL Studio again
decided to get all the jokers with a white background out of the way
I think if you wanna make real complex blinds, the UI might need a whole rework for it, honestly
and i also did this one
imagine buying fl
i did buy it
You’re fucking crazy
litterally just pirate it
I should see if nxkoo has played the latest Kino build, and whether the blinds in it are still cruel
Balater but it's uh pokemon holo or whatever 5k$ card
Yarr
see?
i should try to make more kino stacked effects.... hm
Yeah i believe you
i mean im not persuing a big enough music career to actually utilize fl to its fullest
5,100 bitcoin ??????
Holy maccaroni !
so why buy it
i wanna make music
5100 bitcoin is crazy
as a career?
are you a "there be treasure" pirate or a "i'm not paying $600 for photoshop" pirate
Might not even be design space left when I get to adding stacked effects to Kino, haha
yea
i guess thats fine
2nd
i mean my songs are on spotify but they all suck
{Genre} Fanatic - Boost this joker's values with 10% for each {Genre} Joker
i live in china and most stuff dont accept my countrys form of payment
so i litterally have to pirate it
yea like how else do you realistically fit so much text
Super idol
while still being accessible
bless me with +50 social credit
-1 million social credit
oh do you want me to back off on it
Same way jokers do it. You just give your blind a series of little jokers per effect
your execution is tomorrow
but the ui itself maybe ??
😭😭sob
No, no, go ahead, haha, I think it's really cool seeing people play in design space I spawned!
Did someone say ||gambling|| ??? Oh yes please !
chat, i got 110 jokers done so far
I could see moving towards having just the names of effects and clicking to open a new window with full descriptions but I’m not sure that’s necessarily better
who cares
erm actually no one said that
but i will
gambling
Do not the gambling
sybau
no but who cares
Who tf is cares
Dave
play this totally normal version of poker that TOTALLY does not have jokers that increase the multiplier
HOOLLLYYY SHIIIT
Number go up makes my brain itch
who cares ?
Dave
???
@civic atlas Go study.
maybe
You asked me to murder you if I saw you on.
中文單詞,我想我不會說中文
Pls
Bau bau
traditional chinese detected
I'll kill you again
opinion invalidated
da fuck does that mean
i did my stuff for today vro
let me have SOME fun
nobody uses it
You did not specify conditions, so I assumed kill you always.
中文有一个简体版,因为它太难了,兄弟💔
Fuck are they saying, @civic atlas?
Glorp
Spanish detected (sort of)
I cast 0 bitches
Explique la razón por la que usted acaba de hacer uso del español (España), también conocido como "Castellano".
Glorp
คุยเรื่องภาษาใช่ใหม?
NO I AM NOT VIETNAMESE
Super Idol 的笑容都没你的甜
Chinese people are so chill
except me
I thought discord is banned don china
i hate everyone
Fuck are you doing here
Winnie the pooh :
Bypassing china's restrictions.
Wait is he Chinese
Mao zedong
Wait can i legally report your ass
FoldenGeaf to my understanding is.
WHAT
กำำำำำำำำำำำ
its not even mao 💔
imagine mocking the wrong president vro
whart dart fart
anyways It isnt illegal to use vpn
???
illegal to distribute, but not illegal to use
Amazing.
and its a minor crime
minor ?
crime
❔
Why do you guys still need that?
china firewall
At that point it looks like you could get rid of that shit entirely.
we loooveeee censorship
They know they exist, they allow you to use it and probably don't give a fuck if you distribute it and don't boast about it idk.
it was a good run
GAME OVER, best hand: -0 chips
