mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 01:00:59 +01:00
[MIRROR] Simultaneous map definitions (#10295)
Co-authored-by: Drathek <76988376+Drulikar@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
co-authored by
Drathek
Kashargul
Kashargul
parent
79d8693a6f
commit
651c8bc1af
@@ -681,6 +681,7 @@ VIRGO3C_TURF_CREATE(/turf/simulated/floor/tiled/asteroid_steel/outdoors)
|
||||
/turf/simulated/floor/outdoors/grass/virgo3c
|
||||
VIRGO3C_SET_ATMOS
|
||||
|
||||
/* CHOMPRemove Start
|
||||
grass_types = list(
|
||||
/obj/structure/flora/ausbushes/sparsegrass = 50,
|
||||
/obj/structure/flora/ausbushes/fullgrass = 50,
|
||||
@@ -688,12 +689,13 @@ VIRGO3C_TURF_CREATE(/turf/simulated/floor/tiled/asteroid_steel/outdoors)
|
||||
/obj/structure/flora/ausbushes/ppflowers = 1,
|
||||
/obj/structure/flora/ausbushes/ywflowers = 1
|
||||
)
|
||||
*/// CHOMPRemove End
|
||||
|
||||
/turf/simulated/floor/outdoors/grass/forest/virgo3c
|
||||
VIRGO3C_SET_ATMOS
|
||||
var/tree_chance = 5
|
||||
|
||||
var/animal_chance = 0.5
|
||||
animal_chance = 0.5
|
||||
var/animal_types = list(
|
||||
/mob/living/simple_mob/vore/redpanda = 40,
|
||||
/mob/living/simple_mob/vore/redpanda/fae = 2,
|
||||
|
||||
Reference in New Issue
Block a user