mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Merge pull request #6077 from Rykka-Stormheart/shep-dev-v2-pois
Aerostat Tweaks
This commit is contained in:
@@ -75,11 +75,11 @@
|
|||||||
faction = "aerostat_surface"
|
faction = "aerostat_surface"
|
||||||
atmos_comp = TRUE
|
atmos_comp = TRUE
|
||||||
prob_spawn = 100
|
prob_spawn = 100
|
||||||
prob_fall = 50
|
prob_fall = 30
|
||||||
//guard = 20
|
//guard = 20
|
||||||
mobs_to_pick_from = list(
|
mobs_to_pick_from = list(
|
||||||
/mob/living/simple_mob/vore/aggressive/corrupthound = 3,
|
/mob/living/simple_mob/animal/space/jelly = 1,
|
||||||
/mob/living/simple_mob/mechanical/viscerator = 2,
|
/mob/living/simple_mob/mechanical/viscerator = 1,
|
||||||
/mob/living/simple_mob/vore/aggressive/corrupthound = 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"
|
name = "\improper Away Mission - Aerostat Inside"
|
||||||
icon_state = "crew_quarters"
|
icon_state = "crew_quarters"
|
||||||
base_turf = /turf/simulated/floor/plating/virgo2
|
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
|
dynamic_lighting = TRUE
|
||||||
|
|
||||||
/area/tether_away/aerostat/surface
|
/area/tether_away/aerostat/surface
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
BIN
sound/ambience/tension/argitoth.ogg
Normal file
BIN
sound/ambience/tension/argitoth.ogg
Normal file
Binary file not shown.
BIN
sound/ambience/tension/burning_terror.ogg
Normal file
BIN
sound/ambience/tension/burning_terror.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user