Disentangles blob from blob mode/removes blob mode (#31780)

* Disentangles blob from blob mode

* Observer examine

* Fixes runtimes

* Blob now has infinite points in critical mass and will consume the entire station visually

* Different icon

* Blob event more common

* All overminds get to pick their core location

* Blobs block the shuttle

* Not sure when controller would be different from overmind
This commit is contained in:
KorPhaeron
2017-10-18 20:55:28 -05:00
committed by Joan Lung
parent acb8aaefd1
commit be748e3323
16 changed files with 86 additions and 339 deletions

View File

@@ -38,7 +38,7 @@ GLOBAL_LIST_INIT(special_roles, list(
ROLE_ALIEN,
ROLE_PAI,
ROLE_CULTIST = /datum/game_mode/cult,
ROLE_BLOB = /datum/game_mode/blob,
ROLE_BLOB,
ROLE_NINJA,
ROLE_MONKEY = /datum/game_mode/monkey,
ROLE_REVENANT,