Skip to content

Commit

Permalink
Fix typographical errors in TropiCataclysm item descriptions (CleverR…
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong authored Jan 1, 2022
1 parent 451e33d commit 68cfef5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mods/TropiCataclysm/items/comestibles/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,23 +109,23 @@
"id": "egg_turtle",
"name": "turtle egg",
"copy-from": "egg_reptile",
"description": "The round egg of a turtle. Its covered in leaves",
"description": "The round egg of a turtle. It is covered in leaves.",
"rot_spawn": "GROUP_EGG_TURTLE"
},
{
"type": "COMESTIBLE",
"id": "egg_snapper",
"name": "iguana egg",
"copy-from": "egg_reptile",
"description": "The round egg of a snapping turtle. Its covered in mud",
"description": "The round egg of a snapping turtle. It is covered in mud.",
"rot_spawn": "GROUP_EGG_IGUANA"
},
{
"type": "COMESTIBLE",
"id": "egg_tortoise",
"name": "iguana egg",
"copy-from": "egg_reptile",
"description": "The round egg of a tortoise. Its covered in dirt",
"description": "The round egg of a tortoise. It is covered in dirt.",
"rot_spawn": "GROUP_EGG_IGUANA"
}
]

0 comments on commit 68cfef5

Please sign in to comment.