Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
1 change: 1 addition & 0 deletions code/modules/hydroponics/grown/replicapod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
new V(podman)
podman.hardset_dna(null,null,null,podman.real_name,blood_type, new /datum/species/pod,features)//Discard SE's and UI's, podman cloning is inaccurate, and always make them a podman
podman.set_cloned_appearance()
podman.dna.species.exotic_blood = max(reagents_add) || /datum/reagent/water
log_cloning("[key_name(mind)] cloned as a podman via [src] in [parent] at [AREACOORD(parent)].")
to_chat(podman, span_notice("You do not remember your death, how you died, or who killed you. <a href='https://forums.yogstation.net/help/rules/#rule-1_6'>See rule 1.6</a>.")) //yogs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ DISREGUARD THIS FILE IF YOU'RE INTENDING TO CHANGE ASPECTS OF PLAYER CONTROLLED
punchstunthreshold = 9 //TF2 no-crits special
payday_modifier = 0.7 //Neutrally viewed by NT
meat = /obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/plant
exotic_blood = /datum/reagent/water
disliked_food = MEAT | DAIRY | SEAFOOD | MICE
liked_food = VEGETABLES | FRUIT | GRAIN
changesource_flags = MIRROR_BADMIN | WABBAJACK | MIRROR_MAGIC | MIRROR_PRIDE | RACE_SWAP | ERT_SPAWN | SLIME_EXTRACT
Expand Down