Files
NGECore2/scripts/faction/forest_outcast.py
T

9 lines
115 B
Python

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