other submaps

This commit is contained in:
Heroman
2021-03-20 02:22:37 +10:00
parent 280c49c15c
commit cce5de4905
6 changed files with 1428 additions and 69986 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+1 -6
View File
@@ -36,12 +36,7 @@
/datum/map/tether/New()
..()
var/choice = pickweight(list(
"title" = 10,
"tether" = 50,
"tether_night" = 50,
"tether2_night" = 50,
"tether2_dog" = 1,
"tether2_love" = 1
"tether_perfect" = 1
))
if(choice)
lobby_screens = list(choice)
+3
View File
@@ -498,3 +498,6 @@ var/global/list/latejoin_tram = list()
max_oxy = 0
min_tox = 0
maxbodytemp = 500
/mob/living/simple_mob/animal/space/goose/virgo3b_better
faction = "v3b"
+4 -4
View File
@@ -10,7 +10,7 @@
grass_chance = 20
tree_chance = 0
var/tree_chance_better = 1
/*
var/tree_types = list(
/obj/structure/flora/tree/jungle_small = 5,
/obj/structure/flora/tree/jungle = 2
@@ -30,7 +30,7 @@
/mob/living/simple_mob/animal/passive/snake/v3b = 5,
/mob/living/simple_mob/vore/bee/v3b = 10,
/mob/living/simple_mob/animal/passive/gaslamp/gay = 5
)*/
)
grass_types = list(
/obj/structure/flora/ausbushes = 5,
/obj/structure/flora/ausbushes/reedbush = 1,
@@ -54,12 +54,12 @@
catalogue_delay = 2 SECONDS
/turf/simulated/floor/outdoors/grass/sif/Initialize()
/*if(animal_chance && prob(animal_chance) && !check_density())
if(animal_chance && prob(animal_chance) && !check_density())
var/animal_type = pickweight(animal_types)
new animal_type(src)
if(tree_chance_better && prob(tree_chance_better) && !check_density())
var/tree_type = pickweight(tree_types)
new tree_type(src)*/
new tree_type(src)
. = ..()
//Simulated