Adds happiness (a new chemical) (#21718)

* Adds happiness

* epic linter fail

* epic comma fail

* fuck i forgot to change the name

* deconflict it PROPERLY

* jimkil review
This commit is contained in:
Contrabang
2023-08-12 13:22:18 -04:00
committed by GitHub
parent 2f711fb321
commit b1eda77f01
12 changed files with 99 additions and 8 deletions
+3 -2
View File
@@ -3,12 +3,13 @@
//Illicit drugs~
/obj/item/storage/pill_bottle/happy
name = "Happy pills"
desc = "Highly illegal drug. When you want to see the rainbow."
desc = "Real fun drugs, for when you want to see the rainbow. Happy happy joy joy!"
wrapper_color = COLOR_PINK
/obj/item/storage/pill_bottle/happy/populate_contents()
for(var/i in 1 to 7)
for(var/i in 1 to 5)
new /obj/item/reagent_containers/food/pill/happy(src)
new /obj/item/reagent_containers/food/pill/happy/happiness(src)
/obj/item/storage/pill_bottle/zoom
name = "Zoom pills"
@@ -104,6 +104,9 @@
new /obj/item/reagent_containers/food/pill/methamphetamine(src)
new /obj/item/reagent_containers/food/pill/methamphetamine(src)
new /obj/item/reagent_containers/food/pill/methamphetamine(src)
new /obj/item/reagent_containers/food/pill/happy_psych(src)
new /obj/item/reagent_containers/food/pill/happy_psych(src)
new /obj/item/reagent_containers/food/pill/happy_psych(src)
new /obj/item/reagent_containers/food/pill/patch/nicotine(src)
new /obj/item/reagent_containers/food/pill/patch/nicotine(src)
new /obj/item/reagent_containers/food/pill/patch/nicotine(src)