mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-06 04:38:28 +02:00
Start Conditions
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Condition:
|
||||
"""A condition that can be held by an agent"""
|
||||
pass
|
||||
|
||||
class Blinded(Condition):
|
||||
pass
|
||||
|
||||
class Charmed(Condition):
|
||||
pass
|
||||
Reference in New Issue
Block a user