mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 10:37:29 +00:00
These don't belong here.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 14 MiB After Width: | Height: | Size: 14 MiB |
@@ -33,12 +33,15 @@
|
|||||||
/datum/map/tether/New()
|
/datum/map/tether/New()
|
||||||
..()
|
..()
|
||||||
var/choice = pickweight(list(
|
var/choice = pickweight(list(
|
||||||
"title" = 10,
|
"title1" = 50,
|
||||||
"tether" = 50,
|
"title2" = 10,
|
||||||
"tether_night" = 50,
|
"title3" = 50,
|
||||||
"tether2_night" = 50,
|
"title4" = 50,
|
||||||
"tether2_dog" = 1,
|
"title5" = 20,
|
||||||
"tether2_love" = 1
|
"title6" = 20,
|
||||||
|
"title7" = 20,
|
||||||
|
"title8" = 1,
|
||||||
|
"title9" = 1
|
||||||
))
|
))
|
||||||
if(choice)
|
if(choice)
|
||||||
lobby_screens = list(choice)
|
lobby_screens = list(choice)
|
||||||
|
|||||||
Reference in New Issue
Block a user