Files
NGECore2/scripts/faction/pubam.py
T

9 lines
139 B
Python

import sys
def isAlly(ally):
return 0
def isEnemy(enemy):
if enemy == 'gondula_tribe' or enemy == 'panshee_tribe':
return 1
return 0