mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user