cyphesis/rulesets/basic/scripts/mind/goals/common/common.py
2018-10-11 23:02:05 +02:00

12 lines
240 B
Python

# This file is distributed under the terms of the GNU General Public license.
# Copyright (C) 1999 Aloril (See the file COPYING for details).
from mind.NPCMind import *
# goals for minds
def false(me): return 0
def true(me): return 1