Skip to content

Commit

Permalink
fix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeZer2 committed Feb 21, 2025
1 parent 2a0025f commit c3b66f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Content.Server/Forensics/Systems/ForensicsSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ private void OnDNACloning(Entity<DnaComponent> ent, ref CloningEvent args)
return;

sourceDnaComp.DNA = ent.Comp.DNA;

var ev = new GenerateDnaEvent { Owner = args.Target, DNA = ent.Comp.DNA };
RaiseLocalEvent(args.Target, ref ev);
}
//ss220 add cloning entity copy DNA from source end

Expand Down

0 comments on commit c3b66f8

Please sign in to comment.