Removed Dark Matter for real, improved descriptions and added Blob Overminds to Check Antagonists verb

This commit is contained in:
Arkatos1
2019-03-30 15:00:12 +01:00
parent e2b0324970
commit 8669ea1716
7 changed files with 13 additions and 19 deletions

View File

@@ -118,7 +118,7 @@
src.overmind = B
color = overmind.blob_reagent_datum.color
if(B.mind && !B.mind.special_role)
B.mind.special_role = SPECIAL_ROLE_BLOB_OVERMIND
B.mind.make_Overmind()
spawn(0)
if(is_offspring)
B.is_offspring = TRUE
@@ -131,7 +131,7 @@
if(overmind)
overmind.add_points(60)
if(overmind.mind)
overmind.mind.special_role = SPECIAL_ROLE_BLOB_OVERMIND
overmind.mind.make_Overmind()
else
log_debug("/obj/structure/blob/core/proc/lateblobcheck: Blob core lacks a overmind.mind.")
else