mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
other submaps
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+341
-21953
File diff suppressed because it is too large
Load Diff
+913
-28009
File diff suppressed because it is too large
Load Diff
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user