Bugfix - Pill bottle name (#19816)

Nicotine pill bottle was incorrectly labled 10u, while only having 5u
pills.

Whoops.

Thanks Ofna01 for letting me know.

---------

Signed-off-by: HanSolo1519 <72716882+HanSolo1519@users.noreply.github.com>
This commit is contained in:
HanSolo1519
2024-08-24 19:11:53 +00:00
committed by GitHub
parent c9c1de29f6
commit b07ac3f533
2 changed files with 59 additions and 1 deletions
@@ -187,7 +187,7 @@
starts_with = list(/obj/item/reagent_containers/pill/caffeine = 7)
/obj/item/storage/pill_bottle/nicotine
name = "bottle of 10u Nicotine pills"
name = "bottle of 5u Nicotine pills"
desc = "Contains pills used to treat nicotine addiction."
starts_with = list(/obj/item/reagent_containers/pill/nicotine = 7)