mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Replaces Tramadol maint pills with Paracetamol
This commit is contained in:
@@ -258,7 +258,7 @@ Loot piles can be depleted, if loot_depleted is turned on. Note that players wh
|
||||
/obj/item/weapon/reagent_containers/syringe/steroid,
|
||||
/obj/item/weapon/storage/pill_bottle/zoom,
|
||||
/obj/item/weapon/storage/pill_bottle/happy,
|
||||
/obj/item/weapon/storage/pill_bottle/tramadol
|
||||
/obj/item/weapon/storage/pill_bottle/paracetamol //VOREStation Edit
|
||||
)
|
||||
|
||||
// Contains loads of different types of boxes, which may have items inside!
|
||||
|
||||
@@ -219,7 +219,7 @@
|
||||
return I
|
||||
|
||||
/obj/structure/trash_pile/proc/produce_beta_item()
|
||||
var/path = pick(prob(6);/obj/item/weapon/storage/pill_bottle/tramadol,
|
||||
var/path = pick(prob(6);/obj/item/weapon/storage/pill_bottle/paracetamol,
|
||||
prob(4);/obj/item/weapon/storage/pill_bottle/happy,
|
||||
prob(4);/obj/item/weapon/storage/pill_bottle/zoom,
|
||||
prob(4);/obj/item/seeds/ambrosiavulgarisseed,
|
||||
|
||||
Reference in New Issue
Block a user