mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Adds maintenance pills (#19673)
* Maint pills * Vitamins! * Pills here! * funny * Lowers the chance of alcohol to happen
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/obj/item/storage/pill_bottle/maintenance
|
||||
name = "bottle of maintenance pills"
|
||||
desc = "An old pill bottle. It smells musty."
|
||||
starts_with = list(/obj/item/reagent_containers/pill/maintenance = 7)
|
||||
@@ -66,6 +66,7 @@
|
||||
GLOB.random_junk_ += /obj/item/inflatable/torn
|
||||
GLOB.random_junk_ += /obj/effect/decal/cleanable/molten_item
|
||||
GLOB.random_junk_ += /obj/item/material/shard
|
||||
GLOB.random_junk_ += /obj/item/reagent_containers/pill/maintenance
|
||||
|
||||
GLOB.random_junk_ -= /obj/item/trash/plate
|
||||
GLOB.random_junk_ -= /obj/item/trash/snack_bowl
|
||||
|
||||
Reference in New Issue
Block a user