Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Jul 1, 2023
1 parent 0501c4c commit adf94e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/effect_on_condition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1301,16 +1301,16 @@
},
{
"type": "effect_on_condition",
"id": "dermatik_pregnacy_early",
"id": "dermatik_pregnancy_early",
"condition": { "u_has_effect": "dermatik" },
"effect": [
{ "u_add_effect": "formication", "duration": "15 minutes" },
{ "queue_eocs": "dermatik_pregnacy", "time_in_future": "1 days" }
{ "queue_eocs": "dermatik_pregnancy", "time_in_future": "1 days" }
]
},
{
"type": "effect_on_condition",
"id": "dermatik_pregnacy",
"id": "dermatik_pregnancy",
"condition": { "u_has_effect": "dermatik" },
"effect": [
{ "u_message": "Your flesh crawls… A larva tears through your flesh and begins to emerge!", "type": "bad" },
Expand Down

0 comments on commit adf94e0

Please sign in to comment.