mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Remove announcements from overmap events
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user