diff --git a/code/modules/VR/vr_sleeper.dm b/code/modules/VR/vr_sleeper.dm index 4bcf46a9f0..20054069da 100644 --- a/code/modules/VR/vr_sleeper.dm +++ b/code/modules/VR/vr_sleeper.dm @@ -185,14 +185,11 @@ /obj/effect/landmark/vr_spawn //places you can spawn in VR, auto selected by the vr_sleeper during get_vr_spawnpoint() var/vr_category = "default" //So we can have specific sleepers, eg: "Basketball VR Sleeper", etc. -<<<<<<< HEAD -======= /obj/effect/landmark/vr_spawn/team_1 vr_category = "team_1" /obj/effect/landmark/vr_spawn/team_2 vr_category = "team_2" ->>>>>>> 469a216... Minor VR sleeper related changes (#36974) /datum/outfit/vr_basic name = "basic vr"