mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-05 23:12:26 +00:00
Allows subtypes to understand/speak to the parent type.
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
return 1
|
||||
else if(isAI(src) && ispAI(other))
|
||||
return 1
|
||||
else if (istype(other, src.type))
|
||||
else if (istype(other, src.type) || istype(src.type, other))
|
||||
return 1
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user