Replaces RP's carp and jellyfish events with new Roaming Wildlife event

This commit is contained in:
Heroman
2023-01-03 19:38:32 +10:00
parent d069cb732f
commit 68981659fa
19 changed files with 547 additions and 314 deletions
+11 -1
View File
@@ -101,4 +101,14 @@ VIRGO3B_TURF_CREATE(/turf/simulated/floor/outdoors/rocks)
// Shelter Capsule extra restrictions
/datum/map_template/shelter/New()
..()
banned_areas += list(/area/groundbase/level3/escapepad)
banned_areas += list(/area/groundbase/level3/escapepad)
// Landmarks for wildlife events
/obj/effect/landmark/wildlife/water
name = "aquatic wildlife"
wildlife_type = 1
/obj/effect/landmark/wildlife/forest
name = "roaming wildlife"
wildlife_type = 2