-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from icendoan/sbmunch-patch-38
Giving Grant and Negotiated Transfer fixes
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#;;;;;;;;;;;;;x;;; | ||
will_receive_title;Request A Grant;;;;;;;;;;;;x;;; | ||
will_receive_desc;This will request a grant from other players. Please note they must have choosen the decision to enable giving grants for the request to go through. It can be reversed at any time.;;;;;;;;;;;;x;;; | ||
#will_not_receive_title;Disable Receiving Grants;;;;;;;;;;;;x;;; | ||
#will_not_receive_desc;This will prohibit other players from giving us grants. It can be reversed at any time.;;;;;;;;;;;;x;;; | ||
will_give_title;Enable Giving Grants;;;;;;;;;;;;x;;; | ||
will_give_desc;This will allow us to give grants to other players. It must be activated before a player chooses to request grants. It can be reversed at any time.;;;;;;;;;;;;x;;; | ||
will_not_give_title;Disable Giving Grants;;;;;;;;;;;;x;;; | ||
will_not_give_desc;This will prevent us from getting events when other players request grants. It can be reversed at any time.;;;;;;;;;;;;x;;; | ||
#;;;;;;;;;;;;;x | ||
will_receive_title;Request A Grant;;;;;;;;;;;;x | ||
will_receive_desc;This will request a grant from other players. Please note they must have choosen the decision to enable giving grants for the request to go through. It can be reversed at any time.;;;;;;;;;;;;x | ||
#will_not_receive_title;Disable Receiving Grants;;;;;;;;;;;;x | ||
#will_not_receive_desc;This will prohibit other players from giving us grants. It can be reversed at any time.;;;;;;;;;;;;x | ||
will_give_title;Enable Giving Grants and Land Transfers;;;;;;;;;;;;x | ||
will_give_desc;This will allow us to give grants to other players. It must be activated before a player chooses to request grants. It also allows other players to use the Negotiated Transfer CB on us. It can be reversed at any time.;;;;;;;;;;;;x | ||
will_not_give_title;Disable Giving Grants;;;;;;;;;;;;x | ||
will_not_give_desc;This will prevent us from getting events when other players request grants. It can be reversed at any time.;;;;;;;;;;;;x |