Fixes to cloning. Revert.

This commit is contained in:
quotefox
2019-12-03 03:48:56 +00:00
parent aaeca40d3f
commit 816ce5b8fe
12 changed files with 20 additions and 11 deletions
+1
View File
@@ -47,3 +47,4 @@
#define LOGSRC_CLIENT "Client"
#define LOGSRC_MOB "Mob"
+1
View File
@@ -103,3 +103,4 @@
//these flags are used to tell the DNA modifier if a plant gene cannot be extracted or modified.
#define PLANT_GENE_REMOVABLE (1<<0)
#define PLANT_GENE_EXTRACTABLE (1<<1)
+1
View File
@@ -261,3 +261,4 @@
return "([AREACOORD(T)])"
else if(A.loc)
return "(UNKNOWN (?, ?, ?))"
@@ -419,3 +419,4 @@
/datum/config_entry/flag/log_pictures
/datum/config_entry/flag/picture_logging_camera
+1 -1
View File
@@ -616,4 +616,4 @@
else
gib()
else
set_species(/datum/species/dullahan)
set_species(/datum/species/dullahan)
+1
View File
@@ -552,3 +552,4 @@
#undef CLONE_INITIAL_DAMAGE
#undef SPEAK
#undef MINIMUM_HEAL_LEVEL
+1
View File
@@ -513,3 +513,4 @@
board.records = records
scantemp = "Subject successfully scanned."
playsound(src, 'sound/machines/terminal_prompt_confirm.ogg', 50, 0)
+1
View File
@@ -332,6 +332,7 @@
C.bleed(DOOR_CRUSH_DAMAGE)
else
L.add_splatter_floor(location)
for(var/obj/mecha/M in get_turf(src))
M.take_damage(DOOR_CRUSH_DAMAGE)
+1
View File
@@ -295,3 +295,4 @@
pod.growclone(null, mob_occupant.real_name, dna.uni_identity, dna.mutation_index, clone_species, dna.features, mob_occupant.faction)
temp = "[mob_occupant.real_name] => <font class='good'>Cloning data sent to pod.</font>"
playsound(src, 'sound/machines/terminal_prompt_confirm.ogg', 50, 0)
+1
View File
@@ -302,3 +302,4 @@ GLOBAL_VAR(restart_counter)
maxz++
SSmobs.MaxZChanged()
SSidlenpcpool.MaxZChanged()