Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AresMUSH/ares-extras
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnfaraday committed Sep 24, 2020
2 parents 6140803 + 8117c85 commit 256be63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions plugins/fate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This plugin is a simplified implementation of the Fate RPG system.

## Web Portal

This plugin has no web portal component.
Only a simple sheet display on profiles, no chargen or scene roll.

## Refresh

Expand Down Expand Up @@ -122,4 +122,4 @@ You can configure a list of sample stunts for people to choose from, but players

## Uninstalling

Removing the plugin requires some code fiddling. See [Uninstalling Plugins](https://www.aresmush.com/tutorials/code/extras.html#uninstalling-plugins).
Removing the plugin requires some code fiddling. See [Uninstalling Plugins](https://www.aresmush.com/tutorials/code/extras.html#uninstalling-plugins).
4 changes: 2 additions & 2 deletions plugins/traits/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Note: If you are using _just_ traits (without any other skills system), you prob
---
custom:
shortcuts:
sheet: traits
sheet: trait

## Uninstalling

Removing the plugin requires some code fiddling. See [Uninstalling Plugins](https://www.aresmush.com/tutorials/code/extras.html#uninstalling-plugins).
Removing the plugin requires some code fiddling. See [Uninstalling Plugins](https://www.aresmush.com/tutorials/code/extras.html#uninstalling-plugins).
2 changes: 1 addition & 1 deletion snippets/watchable-scenes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Watchable scenes are scenes which anyone can view on the portal (ie, watch), but

Because it interacts heavily with the scene system, Watchable doesn't work well as a plug-in. You'll have to do some custom code in order to enable it. You can make the changes listed below in order to create Watchable scenes on your game.

> **Note from Faraday**: Because so many custom code changes are required, be aware that you are exposing yourself to significant potential for merge conflicts (collisions between your changes and future code changes) when you upgrade. Also, the files and functions mentioned here were correct at the time of writing, but may change at any time. Consider this more of a guide than a guaranteed set of instructions.
> **Note from Faraday**: Watchable scenes were added awhile ago. Now Ares allows you to set a "Limited Scene Participation" notice (in the scene editor or via `scene/limit`) to alert people that they can join the scene to watch but not participate. If you still decide to implement watchable scenes, be aware that it requires many custom code changes and you are exposing yourself to significant potential for future merge conflicts when you upgrade (collisions between your changes and core code changes). Also, the files and functions mentioned here were correct at the time of writing, but may change at any time. Consider this more of a guide than a guaranteed set of instructions.
## On game

Expand Down

0 comments on commit 256be63

Please sign in to comment.