mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Job role signup refactor. PLAYERS2.SQLITE MUST BE UPDATED!
* mob.client.prefs.be_special & BE_* replaced with mob.client.desires_role(ROLE_*) * Added several new ROLEs for handling blob, borer, etc. * SQLite table added for client_roles. * New dialog added for handling special role preferences in-game. * Added /datum/browser/clean for a cleaner UI. Needs more testing, but the basics work.
This commit is contained in:
@@ -29,7 +29,7 @@ var/list/blob_nodes = list()
|
||||
|
||||
/datum/game_mode/blob/pre_setup()
|
||||
|
||||
var/list/possible_blobs = get_players_for_role(BE_ALIEN)
|
||||
var/list/possible_blobs = get_players_for_role(ROLE_BLOB)
|
||||
|
||||
// stop setup if no possible traitors
|
||||
if(!possible_blobs.len)
|
||||
|
||||
Reference in New Issue
Block a user