Skip to content

Commit

Permalink
zabil
Browse files Browse the repository at this point in the history
  • Loading branch information
maleyvich committed Jul 23, 2024
1 parent e3b1cd9 commit ef219b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion code/game/machinery/vending/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
products = list(
/obj/item/weapon/reagent_containers/pill/happy = 14,
/obj/item/weapon/reagent_containers/pill/zoom = 14,
/obj/item/weapon/reagent_containers/pill/LSD = 14,
/obj/item/weapon/reagent_containers/pill/hallucination_pills = 14,
/obj/item/weapon/reagent_containers/syringe = 12,
/obj/item/weapon/reagent_containers/glass/bottle/zombiepowder = 4,
/obj/item/weapon/reagent_containers/glass/bottle/jenkem = 4,
Expand Down
6 changes: 3 additions & 3 deletions code/modules/reagents/reagent_containers/pill.dm
Original file line number Diff line number Diff line change
Expand Up @@ -259,12 +259,12 @@
reagents.add_reagent("stimulants",5)
reagents.add_reagent("toxin", 5)

/obj/item/weapon/reagent_containers/pill/LSD
name = "LSD"
/obj/item/weapon/reagent_containers/pill/hallucination_pills
name = "Hallucination pills"
desc = "Ahaha oh wow."
icon_state = "pill9"

/obj/item/weapon/reagent_containers/pill/LSD/atom_init()
/obj/item/weapon/reagent_containers/pill/hallucination_pills/atom_init()
. = ..()
reagents.add_reagent("mindbreaker", 15)

Expand Down
6 changes: 3 additions & 3 deletions maps/templates/space_structures/agrosphere.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,10 @@
},
/area/space_structures/agrospheregarden)
"aQ" = (
/obj/item/weapon/reagent_containers/pill/LSD{
/obj/item/weapon/reagent_containers/pill/hallucination_pills{
pixel_y = 5
},
/obj/item/weapon/reagent_containers/pill/LSD{
/obj/item/weapon/reagent_containers/pill/hallucination_pills{
pixel_x = 4;
pixel_y = -3
},
Expand Down Expand Up @@ -808,7 +808,7 @@
"bM" = (
/obj/structure/window/thin/reinforced,
/obj/effect/decal/cleanable/dirt,
/obj/item/weapon/reagent_containers/pill/LSD{
/obj/item/weapon/reagent_containers/pill/hallucination_pills{
pixel_x = -7;
pixel_y = 10
},
Expand Down

0 comments on commit ef219b6

Please sign in to comment.