mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user