Skip to content

Commit

Permalink
Merge pull request #50890 from eltank/leash_and_lead_pets
Browse files Browse the repository at this point in the history
Leash and lead tamed animals
  • Loading branch information
kevingranade authored Aug 19, 2021
2 parents 84f4425 + 61c083e commit 6957926
Show file tree
Hide file tree
Showing 4 changed files with 732 additions and 621 deletions.
12 changes: 12 additions & 0 deletions data/json/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,18 @@
"name": [ "Has Saddle" ],
"desc": [ "AI tag used for critters wearing a saddle. This is a bug if you have it." ]
},
{
"type": "effect_type",
"id": "leashed",
"name": [ "Has Leash" ],
"desc": [ "AI tag used for critters wearing a leash. This is a bug if you have it." ]
},
{
"type": "effect_type",
"id": "led_by_leash",
"name": [ "Being Led By Leash" ],
"desc": [ "AI tag used for critters forced to follow using a leash. This is a bug if you have it." ]
},
{
"type": "effect_type",
"id": "tied",
Expand Down
Loading

0 comments on commit 6957926

Please sign in to comment.