Skip to content

Commit

Permalink
Merge pull request #7 from SethanJoseph/main
Browse files Browse the repository at this point in the history
Additional Hidden Ingredients
  • Loading branch information
slweeb authored May 5, 2024
2 parents 3307384 + f7264b9 commit 63efab5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions additional_hidden_ingredients.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
addIngredient("thought",{
color:"#E2E2E2",
type:"energy",
shape:"thought_balloon",
hidden:true,
adj:"sapient"
});

addIngredient("fire",{
color:"#F18133",
type:"energy",
shape:"flame",
hidden:true,
adj:"flaming"
});

addIngredient("scp-409",{
color:"#CBD8D9",
type:"boulder",
shape:"crystal",
hidden:true,
});

0 comments on commit 63efab5

Please sign in to comment.