Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slime release shape not working? #7

Open
Aeternyx opened this issue Nov 12, 2021 · 0 comments
Open

slime release shape not working? #7

Aeternyx opened this issue Nov 12, 2021 · 0 comments

Comments

@Aeternyx
Copy link

getting NullReferenceExceptions. the cause seems to be:
revert passing null to Character.Copy:

player.Character.Copy(null);

and then Copy trying to access a method of the null that was passed (see last line):

Noxico/Character.cs

Lines 2422 to 2427 in fec1bb1

public void Copy(Character source)
{
var copier = GetToken("copier");
if (copier == null)
throw new InvalidOperationException("Tried to copy, but is not a copier.");
var full = source.HasToken("fullCopy");

Kawa-oneechan added a commit that referenced this issue Nov 12, 2021
Should fix issue #7, but as the comment says it needs to be updated.

Also, fix slime trail visuals while at it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant