mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 05:31:53 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user