Merge pull request #6077 from Rykka-Stormheart/shep-dev-v2-pois

Aerostat Tweaks
This commit is contained in:
Novacat
2019-10-24 15:55:22 -04:00
committed by GitHub
4 changed files with 2618 additions and 2422 deletions

View File

@@ -75,11 +75,11 @@
faction = "aerostat_surface"
atmos_comp = TRUE
prob_spawn = 100
prob_fall = 50
prob_fall = 30
//guard = 20
mobs_to_pick_from = list(
/mob/living/simple_mob/vore/aggressive/corrupthound = 3,
/mob/living/simple_mob/mechanical/viscerator = 2,
/mob/living/simple_mob/animal/space/jelly = 1,
/mob/living/simple_mob/mechanical/viscerator = 1,
/mob/living/simple_mob/vore/aggressive/corrupthound = 1
)
@@ -190,6 +190,14 @@ VIRGO2_TURF_CREATE(/turf/simulated/mineral/floor/ignore_mapgen)
name = "\improper Away Mission - Aerostat Inside"
icon_state = "crew_quarters"
base_turf = /turf/simulated/floor/plating/virgo2
requires_power = TRUE
dynamic_lighting = TRUE
forced_ambience = list('sound/ambience/tension/tension.ogg', 'sound/ambience/tension/argitoth.ogg', 'sound/ambience/tension/burning_terror.ogg')
/area/tether_away/aerostat/solars
name = "\improper Away Mission - Aerostat Solars"
icon_state = "crew_quarters"
base_turf = /turf/simulated/floor/plating/virgo2
dynamic_lighting = TRUE
/area/tether_away/aerostat/surface

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.