diff options
| author | arngo <[email protected]> | 2021-12-19 03:34:13 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2021-12-19 03:34:13 -0500 |
| commit | 271134c11b369a65097cbd2cd674563bf6c9b19f (patch) | |
| tree | b768a9e3b4e1483dd4ad2c7bcce045c37bc76527 /app/components/rules | |
| parent | bd645871ff96a45c23c05f6fc7a82ac1e2749616 (diff) | |
| download | SteelWings-271134c11b369a65097cbd2cd674563bf6c9b19f.tar.gz SteelWings-271134c11b369a65097cbd2cd674563bf6c9b19f.zip | |
implement follow component + system
Diffstat (limited to 'app/components/rules')
| -rw-r--r-- | app/components/rules/follow.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/components/rules/follow.rb b/app/components/rules/follow.rb new file mode 100644 index 0000000..868d44f --- /dev/null +++ b/app/components/rules/follow.rb @@ -0,0 +1,3 @@ +FF::Cmp.new('Follow', + :target, + strength: 100) |
