diff --git a/idontknow.js b/idontknow.js new file mode 100644 index 0000000..b64a505 --- /dev/null +++ b/idontknow.js @@ -0,0 +1,14 @@ +addIgredient("bullet",{ + color:"#f9c802", + type:"other", + shape:"rectangle_thinner_tablet" +}); + +addIngredient("IMWATCHINGYOU",{ + color:"#F90202", + type:"other", + shape:"eye" +}); + +addRecipe("lava+bullet","Are you sure of this?"); +})