Remove announcements from overmap events

This commit is contained in:
Aronai Sieyes
2020-03-21 19:11:48 -04:00
parent 8a0cca641b
commit d8d7ebf99a
6 changed files with 22 additions and 9 deletions

View File

@@ -52,7 +52,7 @@
/obj/effect/overmap/event/electric
name = "electrical storm"
events = list(/datum/event/electrical_storm)
events = list(/datum/event/electrical_storm/overmap)
opacity = 0
event_icon_states = list("electrical1", "electrical2", "electrical3", "electrical4")
difficulty = EVENT_LEVEL_MAJOR
@@ -60,13 +60,13 @@
/obj/effect/overmap/event/dust
name = "dust cloud"
events = list(/datum/event/dust)
events = list(/datum/event/dust/overmap)
event_icon_states = list("dust1", "dust2", "dust3", "dust4")
weaknesses = OVERMAP_WEAKNESS_MINING | OVERMAP_WEAKNESS_EXPLOSIVE | OVERMAP_WEAKNESS_FIRE
/obj/effect/overmap/event/ion
name = "ion cloud"
events = list(/datum/event/ionstorm)
events = list(/datum/event/ionstorm/overmap)
opacity = 0
event_icon_states = list("ion1", "ion2", "ion3", "ion4")
difficulty = EVENT_LEVEL_MAJOR