spellchecks tg whatever

This commit is contained in:
Nich
2018-06-28 21:26:38 +02:00
parent 299942163b
commit 6c879778b6
228 changed files with 431 additions and 440 deletions

View File

@@ -86,7 +86,7 @@ GLOBAL_VAR(changeling_team_objective_type) //If this is not null, we hand our th
if(!jobban_isbanned(character, ROLE_CHANGELING) && !QDELETED(character) && !jobban_isbanned(character, ROLE_SYNDICATE) && !QDELETED(character))
if(age_check(character.client))
if(!(character.job in restricted_jobs))
character.mind.make_Changling()
character.mind.make_Changeling()
changelings += character.mind
/datum/game_mode/changeling/generate_report()