Added changeling mode handling to the 'list current traitors' secret. Wizard mode handling is commented out because it doesn't work at the moment. Reduced the damage radius when using a lit welder on a fueltank.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@335 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
musketstgstation@gmail.com
2010-10-20 20:29:18 +00:00
parent d86f609105
commit c53ece134d
3 changed files with 37 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ WELDINGTOOOL
else if (istype(O, /obj/reagent_dispensers/fueltank) && get_dist(src,O) <= 1 && src.welding)
user << "\red That was stupid of you."
explosion(O.loc,-1,0,6)
explosion(O.loc,-1,0,2)
if(O)
del(O)