mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user