Files
NGECore2/scripts/faction/rorgungan.py
T

9 lines
114 B
Python

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