Cleanup code and comments.

- Refactor ion_storm to actually operate using start()/end()/announce()
- Remove unused variable and enhance comments.
This commit is contained in:
Leshana
2020-04-07 01:24:19 -04:00
parent 91e161a73b
commit aaa0fa5539
4 changed files with 9 additions and 11 deletions

View File

@@ -13,7 +13,6 @@
var/list/event_icon_states // Randomly picked from
var/difficulty = EVENT_LEVEL_MODERATE
var/weaknesses //if the BSA can destroy them and with what
var/list/victims //basically cached events on which Z level
/obj/effect/overmap/event/Initialize()
. = ..()