Update vampire.dm

Add Security Pod Pilot, Nanotrasen Recruiter and Magistrate where appropriate.
This commit is contained in:
Robertha89
2014-07-28 23:09:01 +02:00
parent 75c691f112
commit a4680ac5c3
+2 -2
View File
@@ -7,7 +7,7 @@
/datum/game_mode/vampire
name = "vampire"
config_tag = "vampire"
restricted_jobs = list("AI", "Cyborg", "Mobile MMI", "Security Officer", "Warden", "Detective", "Head of Security", "Captain", "Chaplain") //Consistent screening has filtered all infiltration attempts on high value jobs
restricted_jobs = list("AI", "Cyborg", "Mobile MMI", "Security Officer", "Warden", "Detective", "Head of Security", "Captain", "Chaplain", "Security Pod Pilot", "Nanotrasen Recruiter", "Magistrate") //Consistent screening has filtered all infiltration attempts on high value jobs
protected_jobs = list()
required_players = 1
required_players_secret = 15
@@ -493,4 +493,4 @@ You are weak to holy things and starlight. Don't go into space and avoid the Cha
handle_vampire_cloak()
if(istype(loc, /turf/space))
check_sun()
mind.vampire.nullified = max(0, mind.vampire.nullified - 1)
mind.vampire.nullified = max(0, mind.vampire.nullified - 1)