mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Cat men can now occupy all non-command roles (#20644)
* Cats the erp musical * I was told without secborgs that their was little reason for this.
This commit is contained in:
@@ -16,18 +16,6 @@
|
||||
/datum/species/human/qualifies_for_rank(rank, list/features)
|
||||
if((!features["tail_human"] || features["tail_human"] == "None") && (!features["ears"] || features["ears"] == "None"))
|
||||
return 1 //Pure humans are always allowed in all roles.
|
||||
|
||||
//Mutants are not allowed in most roles.
|
||||
if(rank in security_positions) //This list does not include lawyers.
|
||||
return 0
|
||||
if(rank in science_positions)
|
||||
return 0
|
||||
if(rank in medical_positions)
|
||||
return 0
|
||||
if(rank in engineering_positions)
|
||||
return 0
|
||||
if(rank == "Quartermaster") //QM is not contained in command_positions but we still want to bar mutants from it.
|
||||
return 0
|
||||
return ..()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user