mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
DNA modifiers work now.
Conflicts: code/defines/obj/hydro.dm code/game/machinery/cloning.dm code/game/machinery/hydroponics.dm code/modules/mob/living/carbon/zombie/zombie.dm code/modules/mob/transform_procs.dm
This commit is contained in:
@@ -30,8 +30,11 @@
|
||||
O = new species.primitive(loc)
|
||||
|
||||
O.dna = dna
|
||||
O.dna.uni_identity = "000000000000000000DC00000660004DA0A0E00"
|
||||
O.dna.struc_enzymes = "[copytext(O.dna.struc_enzymes,1,1+3*(STRUCDNASIZE-1))]BB8"
|
||||
dna = null
|
||||
//O.dna.uni_identity = "00600200A00E0110148FC01300B009"
|
||||
//O.dna.struc_enzymes = "0983E840344C39F4B059D5145FC5785DC6406A4BB8"
|
||||
O.dna.SetSEState(MONKEYBLOCK,1)
|
||||
O.loc = loc
|
||||
O.viruses = viruses
|
||||
O.a_intent = "harm"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user