.enact() for Policy

pull/145/head
jMyles 2017-12-14 12:14:37 -08:00
parent f68bd91510
commit 021f7a25d5
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ class Alice(Character):
offer = policy_group.craft_offer(deposit, expiration)
policy_group.find_n_ursulas(networky_stuff, offer)
policy_group.enact_policies(networky_stuff) # REST call happens here, as does population of TreasureMap.
policy_group.enact(networky_stuff) # REST call happens here, as does population of TreasureMap.
return policy_group