Modified the traitor objective code such that people in the Thunderdome are counted as dead for assassination.

Modified the Thunderdome to allow the above change to work.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@101 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-09-16 00:51:18 +00:00
parent a88d05819e
commit e8b5a09a55
2 changed files with 1754 additions and 1719 deletions

View File

@@ -46,7 +46,7 @@ datum
check_completion()
if(target && target.current)
if(target.current.stat == 2)
if(target.current.stat == 2 || istype(target.current.loc.loc, /area/tdome)) //Assuming this works, people in the thunderdome now count as dead for traitor objectives. --NeoFite
return 1
else
return 0