mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
20 lines
470 B
Plaintext
20 lines
470 B
Plaintext
/obj/structure/ore_vent/random/moonstation //Surface
|
|
defending_mobs = list(
|
|
/mob/living/basic/mining/cazador,
|
|
/mob/living/basic/mining/scorpion
|
|
)
|
|
ore_vent_options = list(
|
|
SMALL_VENT_TYPE
|
|
)
|
|
|
|
/obj/structure/ore_vent/random/moonstation/cave
|
|
defending_mobs = list(
|
|
/mob/living/basic/mining/basilisk,
|
|
/mob/living/basic/mining/bileworm,
|
|
/mob/living/basic/mining/watcher,
|
|
/mob/living/basic/mining/brimdemon
|
|
)
|
|
ore_vent_options = list(
|
|
MEDIUM_VENT_TYPE
|
|
)
|