summaryrefslogtreecommitdiff
path: root/src/rules/npcs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/npcs.rs')
-rw-r--r--src/rules/npcs.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rules/npcs.rs b/src/rules/npcs.rs
index 7c84d11..37148fb 100644
--- a/src/rules/npcs.rs
+++ b/src/rules/npcs.rs
@@ -94,7 +94,6 @@ impl Npc {
self.ability_scores = Some(score_collection);
- // TODO: Limit human starting ability scores to 18.
// TODO: Verify legality of class based on alignment.
// TODO: Verify legality of class based on race.
// TODO: Verify legality of class based on ability scores.