Improve paradox clone item copying (#35993)
* even better item copying for the paradox clone * copy paper * fix * blacklist implanter * string.Empty --------- Co-authored-by: ScarKy0 <scarky0@onet.eu>
This commit is contained in:
@@ -138,6 +138,11 @@ namespace Content.Server.Forensics
|
||||
{
|
||||
dest.Fingerprints.Add(print);
|
||||
}
|
||||
|
||||
foreach (var residue in src.Residues)
|
||||
{
|
||||
dest.Residues.Add(residue);
|
||||
}
|
||||
}
|
||||
|
||||
public List<string> GetSolutionsDNA(EntityUid uid)
|
||||
|
||||
Reference in New Issue
Block a user