mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +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
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user