Skip to content

Commit

Permalink
maaaaaaaaaaaybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Apr 10, 2024
1 parent 805e4f0 commit d25e28a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/json/effect_on_condition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@
"id": "dermatik_pregnancy_early",
"condition": { "u_has_effect": "dermatik" },
"effect": [
{ "u_add_effect": "formication", "duration": "15 minutes" },
{ "u_add_effect": "formication", "duration": "15 minutes", "target_part": "RANDOM" },
{ "queue_eocs": "dermatik_pregnancy", "time_in_future": "1 days" }
]
},
Expand Down
2 changes: 1 addition & 1 deletion data/json/monster_special_attacks/monster_attacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@
}
]
},
"effects": [ { "id": "dermatik", "duration": 3600 } ],
"effects": [ { "id": "dermatik", "duration": 86400, "affect_hit_bp": true } ],
"cooldown": 25,
"move_cost": 300,
"hit_dmg_u": "The %1$s sinks its ovipositor into your %2$s!",
Expand Down

0 comments on commit d25e28a

Please sign in to comment.