mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-30 08:07:03 +01:00
Space update
This commit is contained in:
@@ -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//
|
||||
/////////////
|
||||
|
||||
Reference in New Issue
Block a user