Fixes genital-less VR people

probably. works for cloning and it's basically the same process?
This commit is contained in:
Poojawa
2019-03-03 00:11:49 -06:00
committed by GitHub
parent 13e7a4b64d
commit b3011675b9
+2 -1
View File
@@ -167,6 +167,7 @@
vr_human.undershirt = H.undershirt
vr_human.underwear = H.underwear
vr_human.updateappearance(TRUE, TRUE, TRUE)
vr_human.give_genitals(TRUE) //CITADEL ADD
if(outfit)
var/datum/outfit/O = new outfit()
O.equip(vr_human)
@@ -229,4 +230,4 @@
for (var/mob/living/carbon/human/virtual_reality/H in vr_area)
if (H.stat == DEAD && !H.vr_sleeper && !H.real_mind)
qdel(H)
addtimer(CALLBACK(src, .proc/clean_up), 3 MINUTES)
addtimer(CALLBACK(src, .proc/clean_up), 3 MINUTES)