mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #5878 from Walter0o/aliums
fixes alien castes not understanding each other
This commit is contained in:
@@ -87,6 +87,8 @@
|
|||||||
return 1
|
return 1
|
||||||
if (istype(other, src.type) || istype(src, other.type))
|
if (istype(other, src.type) || istype(src, other.type))
|
||||||
return 1
|
return 1
|
||||||
|
if(src.alien_talk_understand && other.alien_talk_understand)
|
||||||
|
return 1
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
//Language check.
|
//Language check.
|
||||||
@@ -159,4 +161,3 @@
|
|||||||
return L
|
return L
|
||||||
|
|
||||||
return null
|
return null
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user