Skip to content

Commit

Permalink
Линтер и ошибки
Browse files Browse the repository at this point in the history
  • Loading branch information
msw7007 committed Jan 25, 2025
1 parent 194238f commit 033ea5e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions modular_ss220/species/serpentids/code/mob/serpentids.dm
Original file line number Diff line number Diff line change
Expand Up @@ -212,19 +212,12 @@
//Ограничение на роли антагов (генокрад онли)
/datum/antag_scenario/vampire
restricted_species = list("Machine","Serpentid")
. = .. ()

/datum/antag_scenario/traitor
restricted_species = list("Serpentid")
. = .. ()

/datum/antagonist/mindflayer
restricted_species = list("Serpentid")
. = .. ()

/datum/antagonist/blood_brother
/datum/antag_scenario/mindflayer
restricted_species = list("Serpentid")
. = .. ()

/datum/antag_scenario/team/blood_brothers/New()
restricted_species = list("Serpentid")
Expand Down

0 comments on commit 033ea5e

Please sign in to comment.