mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
Adds maintenance pills (#19673)
* Maint pills * Vitamins! * Pills here! * funny * Lowers the chance of alcohol to happen
This commit is contained in:
@@ -109,7 +109,8 @@
|
||||
/obj/item/radio/headset,
|
||||
/obj/item/paicard,
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/glucose,
|
||||
/obj/item/reagent_containers/syringe/old
|
||||
/obj/item/reagent_containers/syringe/old,
|
||||
/obj/item/reagent_containers/pill/maintenance
|
||||
)
|
||||
|
||||
uncommon_loot = list(
|
||||
@@ -203,14 +204,16 @@
|
||||
/obj/item/newspaper,
|
||||
/obj/item/paper/crumpled,
|
||||
/obj/item/paper/crumpled/bloody,
|
||||
/obj/item/reagent_containers/syringe/old
|
||||
/obj/item/reagent_containers/syringe/old,
|
||||
/obj/item/reagent_containers/pill/maintenance
|
||||
)
|
||||
|
||||
uncommon_loot = list(
|
||||
/obj/item/reagent_containers/syringe/steroid,
|
||||
/obj/item/storage/pill_bottle/zoom,
|
||||
/obj/item/storage/pill_bottle/happy,
|
||||
/obj/item/storage/pill_bottle/paracetamol
|
||||
/obj/item/storage/pill_bottle/paracetamol,
|
||||
/obj/item/storage/pill_bottle/maintenance
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,9 @@
|
||||
chance_uncommon = 0
|
||||
chance_rare = 0
|
||||
common_loot = list(
|
||||
/obj/random/unidentified_medicine/old_medicine
|
||||
/obj/random/unidentified_medicine/old_medicine,
|
||||
/obj/item/storage/pill_bottle/maintenance,
|
||||
/obj/item/reagent_containers/pill/maintenance
|
||||
)
|
||||
|
||||
// Like the above but has way better odds, in exchange for being in a place still inhabited (or was recently).
|
||||
|
||||
@@ -92,7 +92,8 @@
|
||||
/obj/item/storage/box/mousetraps,
|
||||
/obj/item/toy/baseball,
|
||||
/obj/item/storage/box/cups,
|
||||
/obj/item/storage/wallet)
|
||||
/obj/item/storage/wallet,
|
||||
/obj/item/reagent_containers/pill/maintenance)
|
||||
|
||||
uncommon_loot = list(
|
||||
/obj/item/pen/chameleon,
|
||||
@@ -132,7 +133,8 @@
|
||||
/obj/item/clothing/mask/gas/voice,
|
||||
/obj/item/spacecash/random_value,
|
||||
/obj/item/clothing/gloves/bluespace/deluxe,
|
||||
/obj/item/storage/backpack/dufflebag/syndie)
|
||||
/obj/item/storage/backpack/dufflebag/syndie,
|
||||
/obj/item/storage/pill_bottle/maintenance)
|
||||
|
||||
rare_loot = list(
|
||||
/obj/item/pizzavoucher,
|
||||
|
||||
Reference in New Issue
Block a user