mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-16 21:22:40 +00:00
Blobwork, Human mobs with AIs can attack, AI mobs consider blobs to be enemies unless they're Blob faction.
This commit is contained in:
@@ -78,6 +78,15 @@ var/list/blob_cores = list()
|
||||
/obj/structure/blob/core/volatile_alluvium
|
||||
desired_blob_type = /datum/blob_type/volatile_alluvium
|
||||
|
||||
/obj/structure/blob/core/ravenous_macrophage
|
||||
desired_blob_type = /datum/blob_type/ravenous_macrophage
|
||||
|
||||
/obj/structure/blob/core/roiling_mold
|
||||
desired_blob_type = /datum/blob_type/roiling_mold
|
||||
|
||||
/obj/structure/blob/core/ectoplasmic_horror
|
||||
desired_blob_type = /datum/blob_type/ectoplasmic_horror
|
||||
|
||||
/obj/structure/blob/core/classic
|
||||
desired_blob_type = /datum/blob_type/classic
|
||||
|
||||
|
||||
Reference in New Issue
Block a user