mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
Replaces RP's carp and jellyfish events with new Roaming Wildlife event
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user