Should make strike teams immune to facehuggers.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@871 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
crazyclonetheninja
2011-01-16 07:36:39 +00:00
parent f7e8ad1b03
commit ee26352f77

View File

@@ -65,6 +65,7 @@ var/global/sent_strike_team = 0
new_commando.mind.assigned_role = "Death Commando"
new_commando.mind.store_memory("<B>Nuke Code:</B> \red [nuke_code].")//So they don't forget their code or mission.
new_commando.mind.store_memory("<B>Mission:</B> \red [input].")
new_commando.resistances += "alien_embryo"
del(STARTLOC)