mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-30 11:01:35 +00:00
* DNA fix (#55669) This PR fixes a problem where DNA proc "is_same_as" always returned FALSE because of bad assoc list comparison. The use of the proc mentioned above is very limited, and only practical effect will be that changelings cannot extract DNA they already have stored, which is intended limitation as per can_absorb_dna proc in the changeling antagonist datum. * DNA comparison fix Co-authored-by: Arkatos1 <43862960+Arkatos1@users.noreply.github.com>