mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-26 10:04:12 +00:00
Basically replaced biological cloning so far
This commit is contained in:
@@ -42,6 +42,9 @@
|
||||
character.weight = pref.weight_vr
|
||||
character.weight_gain = pref.weight_gain
|
||||
character.weight_loss = pref.weight_loss
|
||||
spawn(50)
|
||||
if(character && !istype(character,/mob/living/carbon/human/dummy))
|
||||
new/datum/transhuman/body_record/(character,1) //Clearly related to size.
|
||||
|
||||
/datum/category_item/player_setup_item/vore/size/content(var/mob/user)
|
||||
. += "<br>"
|
||||
|
||||
Reference in New Issue
Block a user