pills for my rp

pills for my rp
This commit is contained in:
QuoteFox
2021-01-04 16:08:40 +00:00
parent 8b349d9b21
commit d5d957b1f2
3 changed files with 18 additions and 1 deletions
+15
View File
@@ -74,3 +74,18 @@
/obj/item/storage/pill_bottle/heat/PopulateContents()
for(var/i in 1 to 7)
new /obj/item/reagent_containers/pill/heat(src)
/obj/item/storage/pill_bottle/betablock
name = "Anaphrodisiacs pill bottle"
desc = "a bottle of pills from a sketchy pharmaceutical corporation. at the bottom of the label is a small red S."
/obj/item/reagent_containers/pill/betablock
name = "Anaphrodisiac pill"
desc = "Prescribed to races that have trouble keeping their urges in check."
icon_state = "pill5"
list_reagents = list(/datum/reagent/drug/anaphrodisiac = 10)
roundstart = 1
/obj/item/storage/pill_bottle/betablock/PopulateContents()
for(var/i in 1 to 7)
new /obj/item/reagent_containers/pill/betablock(src)