Fixed the cultist stuff NEO broke (probably accidentaly, but who knows).

Cultists can't convert nonhumans and you can't SE inject anyone who's not a human or monkey now.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@261 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2010-10-10 08:31:57 +00:00
parent 7391fac4e9
commit 294e5dd5ea
2 changed files with 253 additions and 21 deletions
+3
View File
@@ -78,6 +78,9 @@ DNA INJECTOR
for(var/mob/O in viewers(M, null))
O.show_message(text("\red [] has been injected with [] by [].", M, src, user), 1)
//Foreach goto(192)
if (!istype(M, /mob/living/carbon/human) || !istype(M, /mob/living/carbon/monkey))
user << "\red Apparently it didn't work."
return
inject(M)
user.show_message(text("\red You inject [M]"))
return