Files
NGECore2/scripts/faction/spider_nightsister.py
T

9 lines
106 B
Python

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