diff --git a/icons/misc/title_vr.dmi b/icons/misc/title_vr.dmi index 00e55e3b505..efd06d272fd 100644 Binary files a/icons/misc/title_vr.dmi and b/icons/misc/title_vr.dmi differ diff --git a/maps/tether/tether_defines.dm b/maps/tether/tether_defines.dm index 4c5a8397827..37cbb596365 100644 --- a/maps/tether/tether_defines.dm +++ b/maps/tether/tether_defines.dm @@ -33,12 +33,15 @@ /datum/map/tether/New() ..() var/choice = pickweight(list( - "title" = 10, - "tether" = 50, - "tether_night" = 50, - "tether2_night" = 50, - "tether2_dog" = 1, - "tether2_love" = 1 + "title1" = 50, + "title2" = 10, + "title3" = 50, + "title4" = 50, + "title5" = 20, + "title6" = 20, + "title7" = 20, + "title8" = 1, + "title9" = 1 )) if(choice) lobby_screens = list(choice)