mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 05:22:40 +00:00
@@ -138,6 +138,8 @@
|
||||
player << msg
|
||||
|
||||
/datum/language/bug/check_special_condition(var/mob/other)
|
||||
if(istype(other, /mob/living/silicon))
|
||||
return 1
|
||||
|
||||
var/mob/living/carbon/human/M = other
|
||||
if(!istype(M))
|
||||
@@ -148,8 +150,6 @@
|
||||
return 0
|
||||
if(locate(/obj/item/organ/vaurca/neuralsocket) in M.internal_organs)
|
||||
return 1
|
||||
if(istype(M,/mob/living/silicon/))
|
||||
return 1
|
||||
|
||||
if (M.l_ear || M.r_ear)
|
||||
var/obj/item/device/radio/headset/dongle
|
||||
|
||||
Reference in New Issue
Block a user