mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Hopefully fix all DNA corruption issues caused by assuming datum pass by-val.
Conflicts: code/modules/mob/transform_procs.dm
This commit is contained in:
@@ -29,10 +29,7 @@
|
||||
|
||||
O = new species.primitive(loc)
|
||||
|
||||
O.dna = dna
|
||||
dna = null
|
||||
//O.dna.uni_identity = "00600200A00E0110148FC01300B009"
|
||||
//O.dna.struc_enzymes = "0983E840344C39F4B059D5145FC5785DC6406A4BB8"
|
||||
O.dna = dna.Clone()
|
||||
O.dna.SetSEState(MONKEYBLOCK,1)
|
||||
O.loc = loc
|
||||
O.viruses = viruses
|
||||
|
||||
Reference in New Issue
Block a user