Planetary Meteors (#8422)

* Begins work on Planetary meteors

* Work, clean meteor code.

* Continues work. Meteors now handle their own movement and launching.

* New meteor types, some added to waves. Large meteor type fully implemented.

* Fix and adjust for comments.
This commit is contained in:
Mechoid
2022-04-02 18:25:27 -07:00
committed by GitHub
parent fdd57bd46d
commit 4780b1efe5
18 changed files with 548 additions and 31 deletions

View File

@@ -92,6 +92,9 @@ var/list/blob_cores = list()
/obj/structure/blob/core/ectoplasmic_horror
desired_blob_type = /datum/blob_type/ectoplasmic_horror
/obj/structure/blob/core/barnacle
desired_blob_type = /datum/blob_type/barnacle
/obj/structure/blob/core/classic
desired_blob_type = /datum/blob_type/classic