From 399c0b28f2ed2600b0df08c7e58cf27e727d388d Mon Sep 17 00:00:00 2001 From: Ryll-Ryll <3589655+Ryll-Ryll@users.noreply.github.com> Date: Mon, 20 Jul 2020 21:11:02 -0400 Subject: [PATCH] rip lore --- code/game/atoms.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/atoms.dm b/code/game/atoms.dm index 03486f0e995..272eb869194 100644 --- a/code/game/atoms.dm +++ b/code/game/atoms.dm @@ -691,7 +691,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)