This might have been a universal bug across platforms: because set_edition has a part that uses self.edition in an after event, if self.edition becomes nil upon unsetting the edition, game will crash trying to index nil.
A simple solution would be to add an additional check in the if statement like this:
#Potential Crash when un-setting editions
5 messages · Page 1 of 1 (latest)
what would I have to do in-game to see this crash
not in the current version of the game actually, because there's no card that unset the edition of a joker. However, when you do it always throw an error. Realized this from modding.
can't believe this channel has this much traffic, up up
just wanted to introduce a quick solution