Space update

This commit is contained in:
ariaworld
2024-09-02 00:20:38 +02:00
parent 7a33682cfc
commit 0601002cd1
48 changed files with 10227 additions and 36 deletions
@@ -413,6 +413,23 @@
for(var/i in 1 to 5)
new /obj/item/reagent_containers/pill/neurine(src)
/obj/item/storage/pill_bottle/floorpill
name = "bottle of floorpills"
desc = "An old pill bottle. It smells musty."
/obj/item/storage/pill_bottle/floorpill/Initialize(mapload)
. = ..()
var/obj/item/reagent_containers/pill/P = locate() in src
name = "bottle of [P.name]s"
/obj/item/storage/pill_bottle/floorpill/PopulateContents()
for(var/i in 1 to rand(1,7))
new /obj/item/reagent_containers/pill/floorpill(src)
/obj/item/storage/pill_bottle/floorpill/full/PopulateContents()
for(var/i in 1 to 7)
new /obj/item/reagent_containers/pill/floorpill(src)
/////////////
//Organ Box//
/////////////