Merge pull request #5878 from Walter0o/aliums

fixes alien castes not understanding each other
This commit is contained in:
Zuhayr
2014-08-03 12:56:47 +09:30

View File

@@ -87,6 +87,8 @@
return 1
if (istype(other, src.type) || istype(src, other.type))
return 1
if(src.alien_talk_understand && other.alien_talk_understand)
return 1
return 0
//Language check.
@@ -159,4 +161,3 @@
return L
return null