Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions code/modules/VR/vr_sleeper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@
vr_human.undershirt = H.undershirt
vr_human.underwear = H.underwear
vr_human.updateappearance(TRUE, TRUE, TRUE)
if(!(is_synth(vr_human) || ishumanbasic(vr_human)))
vr_human.set_species(/datum/species/human)
if(outfit)
var/datum/outfit/O = new outfit()
O.equip(vr_human)
Expand Down
2 changes: 0 additions & 2 deletions code/modules/clothing/outfits/vr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
var/obj/item/card/id/id = H.wear_id
if (istype(id))
id.access |= get_all_accesses()
if(isplasmaman(H)) //sorry plasma people
H.set_species(/datum/species/human)

/datum/outfit/vr/syndicate
name = "Syndicate VR Operative - Basic"
Expand Down