mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user