Skip to content

Commit

Permalink
[Magiclysm] Freshen Up removes skunk spray (#78759)
Browse files Browse the repository at this point in the history
* Add effect

* fix components
  • Loading branch information
Standing-Storm authored Dec 25, 2024
1 parent 124c494 commit 7ba4c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/mods/Magiclysm/Spells/classless.json
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@
{ "u_lose_effect": "bile_stink" },
{ "u_lose_morale": "morale_bile" },
{ "u_lose_effect": "boomered", "target_part": "eyes" },
{ "u_lose_effect": "skunk_spray" },
{ "u_lose_effect": "wet" },
{ "u_lose_effect": "wet", "target_part": "head" },
{ "u_lose_effect": "wet", "target_part": "arm_l" },
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/requirements/spell_components.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"//": "Water and soap / lye for Freshen Up",
"components": [
[ [ "water", 1 ], [ "water_clean", 1 ], [ "water_mineral", 1 ] ],
[ [ "soap", 5 ], [ "detergent", 5 ], [ "liquid_soap", 3 ], [ "lye", 1 ], [ "lye_powder", 1 ] ]
[ [ "soap", 1 ], [ "detergent", 5 ], [ "liquid_soap", 3 ], [ "lye", 1 ], [ "lye_powder", 1 ] ]
]
},
{
Expand Down

0 comments on commit 7ba4c09

Please sign in to comment.