Merge pull request #8083 from Poojawa/patch-3

Fixes genital-less VR people
This commit is contained in:
deathride58
2019-03-08 20:43:25 -05:00
committed by GitHub
+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)