mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Fix roundstart dynamic bloodsucker runtime
This commit is contained in:
@@ -272,12 +272,6 @@
|
||||
JOB_DETECTIVE, \
|
||||
)
|
||||
|
||||
#define BLOODSUCKER_RESTRICTED_ROLES list( \
|
||||
JOB_AI, \
|
||||
JOB_CYBORG, \
|
||||
JOB_CURATOR, \
|
||||
)
|
||||
|
||||
#define BLOODSUCKER_RESTRICTED_SPECIES list( \
|
||||
/datum/species/synthetic, \
|
||||
/datum/species/plasmaman, \
|
||||
|
||||
@@ -22,8 +22,6 @@
|
||||
var/selected_species = candidate_client.prefs?.read_preference(/datum/preference/choiced/species)
|
||||
if(selected_species in restricted_species)
|
||||
return FALSE
|
||||
if(!candidate.mind.valid_bloodsucker_candidate())
|
||||
return FALSE
|
||||
return ..()
|
||||
|
||||
/datum/dynamic_ruleset/roundstart/bloodsucker/assign_role(datum/mind/candidate)
|
||||
|
||||
Reference in New Issue
Block a user