Blobwork, Human mobs with AIs can attack, AI mobs consider blobs to be enemies unless they're Blob faction.

This commit is contained in:
Mechoid
2020-03-20 12:29:40 -07:00
parent 9c67ccbbe5
commit cf5d750519
14 changed files with 337 additions and 16 deletions

View File

@@ -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