Finished the docstring of the creature_add_magical_powers fake migration

This commit is contained in:
Christopher Allan Webber 2011-07-17 11:32:05 -05:00
parent fa92d52fa5
commit dd33ed06fb

View File

@ -42,7 +42,8 @@ def creature_add_magical_powers(database):
Add lists of magical powers.
This defaults to [], an empty list. Since we haven't declared any
magical powers, all existing monsters should
magical powers, all existing monsters, setting to an empty list is
fine.
"""
database['creatures'].update(
{'magical_powers': {'$exists': False}},