From 2cfc751a967b088a285ab2086b2df39ba8c9e3fe Mon Sep 17 00:00:00 2001 From: oyesmigatosevomitojaja7 Date: Fri, 2 May 2025 19:10:39 -0600 Subject: [PATCH] Create idontknow.js wow --- idontknow.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 idontknow.js 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?"); +})