mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user