Merge pull request #52376 from Ryll-Ryll/bloodless

Bashing borgs to bits no longer makes you bloody
This commit is contained in:
skoglol
2020-07-23 17:45:23 +02:00
committed by GitHub
+1 -1
View File
@@ -708,7 +708,7 @@
return list("UNKNOWN DNA" = "X*")
/mob/living/silicon/get_blood_dna_list()
return list("MOTOR OIL" = "SAE 5W-30") //just a little flavor text.
return
///to add a mob's dna info into an object's blood_dna list.
/atom/proc/transfer_mob_blood_dna(mob/living/L)