Fixes #454 and Hivenet (#453)

This commit is contained in:
LordFowl
2016-06-25 00:38:12 +03:00
committed by skull132
parent 9400104bf5
commit ba2997d231
3 changed files with 44 additions and 6 deletions
+3 -1
View File
@@ -99,7 +99,9 @@
var/mob/living/carbon/human/M = other
if(!istype(M))
return 1
return 0
if(istype(M, /mob/new_player))
return 0
if(locate(/obj/item/organ/vaurca/neuralsocket) in M.internal_organs)
return 1