modified: code/modules/mob/living/silicon/ai/say.dm

modified:   code/modules/mob/living/silicon/decoy/decoy.dm
	modified:   code/modules/mob/living/silicon/pai/say.dm
	modified:   code/modules/mob/living/silicon/robot/say.dm
	modified:   code/unused/hivebot/mainframe.dm
	modified:   code/unused/hivebot/say.dm
This commit is contained in:
Nerezza
2012-07-17 14:26:36 -05:00
parent 027e31fcec
commit 253fe92b1b
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
if (istype(other, /mob/living/carbon/human))
return 1
if (istype(other, /mob/living/carbon/human/tajaran))
return 1
return 1
if (istype(other, /mob/living/silicon/robot))
return 1
if (istype(other, /mob/living/silicon/decoy))
@@ -8,7 +8,7 @@
if (istype(other, /mob/living/carbon/human))
return 1
if (istype(other, /mob/living/carbon/human/tajaran))
return 1
return 1
if (istype(other, /mob/living/silicon/robot))
return 1
if (istype(other, /mob/living/silicon/ai))
+1 -1
View File
@@ -12,7 +12,7 @@
if (istype(other, /mob/living/carbon/brain))
return 1
if (istype(other, /mob/living/carbon/human/tajaran))
return 1
return 1
return ..()
/mob/living/silicon/pai/say_quote(var/text)
+1 -1
View File
@@ -6,7 +6,7 @@
if (istype(other, /mob/living/carbon/human))
return 1
if (istype(other, /mob/living/carbon/human/tajaran))
return 1
return 1
if (istype(other, /mob/living/carbon/brain))
return 1
if (istype(other, /mob/living/silicon/pai))