Drug Expansion (#8575)

* adds drugs and means to make them

* nutmeg sprite and hallucination changes

* adjustments + sounds courtesy of serithi

* nit nack paddy wack
This commit is contained in:
Sypsoti
2022-04-29 16:24:16 -08:00
committed by GitHub
parent 60c189933a
commit 661b83e61d
21 changed files with 558 additions and 357 deletions
+37 -5
View File
@@ -5,13 +5,13 @@
//Illicit drugs~
/obj/item/storage/pill_bottle/happy
name = "bottle of Happy pills"
desc = "Highly illegal drug. When you want to see the rainbow."
desc = "A recreational drug. When you want to see the rainbow. Probably not work-approved..."
wrapper_color = COLOR_PINK
starts_with = list(/obj/item/reagent_containers/pill/happy = 7)
/obj/item/storage/pill_bottle/zoom
name = "bottle of Zoom pills"
desc = "Highly illegal drug. Trade brain for speed."
desc = "Probably illegal. Trade brain for speed."
wrapper_color = COLOR_BLUE
starts_with = list(/obj/item/reagent_containers/pill/zoom = 7)
@@ -52,8 +52,8 @@
icon = 'icons/obj/chemical.dmi'
icon_state = "powder"
item_state = "powder"
amount_per_transfer_from_this = 2
possible_transfer_amounts = 2
amount_per_transfer_from_this = 5
possible_transfer_amounts = 5
w_class = ITEMSIZE_TINY
volume = 50
@@ -94,4 +94,36 @@
if(!reagents.total_volume) /// Did we use all of it?
qdel(src)
////// End powder. /////////
////// End powder. ///////////
//////////////////////////////
///// Drugs for loadout///////
/obj/item/storage/pill_bottle/bliss
name = "unlabeled pill bottle"
desc = "A pill bottle with its label suspiciously scratched out."
starts_with = list(/obj/item/reagent_containers/pill/unidentified/bliss = 7)
/obj/item/storage/pill_bottle/snowflake
name = "unlabeled pill bottle"
desc = "A pill bottle with its label suspiciously scratched out."
starts_with = list(/obj/item/reagent_containers/pill/unidentified/snowflake = 7)
/obj/item/storage/pill_bottle/royale
name = "unlabeled pill bottle"
desc = "A pill bottle with its label suspiciously scratched out."
starts_with = list(/obj/item/reagent_containers/pill/unidentified/royale = 7)
/obj/item/storage/pill_bottle/sinkhole
name = "unlabeled pill bottle"
desc = "A pill bottle with its label suspiciously scratched out."
starts_with = list(/obj/item/reagent_containers/pill/unidentified/sinkhole = 7)
/obj/item/storage/pill_bottle/colorspace
name = "unlabeled pill bottle"
desc = "A pill bottle with its label suspiciously scratched out."
starts_with = list(/obj/item/reagent_containers/pill/unidentified/colorspace = 7)
/obj/item/storage/pill_bottle/schnappi
name = "unlabeled pill bottle"
desc = "A pill bottle with its label suspiciously scratched out."
starts_with = list(/obj/item/reagent_containers/pill/unidentified/schnappi = 7)
@@ -545,6 +545,11 @@
desc = "Contains the seeds you need to get a little high."
starts_with = list(/obj/item/seeds/ambrosiavulgarisseed = 7)
/obj/item/storage/box/ambrosia_grown
name = "ambrosia box"
desc = "Contains a little pick-me-up for the long work day."
starts_with = list(/obj/item/reagent_containers/food/snacks/grown/ambrosiavulgaris = 7)
/obj/item/storage/box/ambrosiadeus
name = "ambrosia deus seeds box"
desc = "Contains the seeds you need to get a proper healthy high."