mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-28 23:26:43 +01:00
carbonated cum fixes
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/soda_cans/blood
|
||||
name = "Stoker's Reserve"
|
||||
desc = "A cola bottle made to look like a night out on the town, bears a large V"
|
||||
desc = "A cola bottle made to look like a night out on the town, bears a large V."
|
||||
icon = 'modular_splurt/icons/obj/drinks.dmi'
|
||||
icon_state = "blood"
|
||||
list_reagents = list(/datum/reagent/blood = 30)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/obj/machinery/vending/cola/Initialize(mapload)
|
||||
/* /obj/machinery/vending/cola/Initialize(mapload)
|
||||
var/list/extra_products = list(
|
||||
/obj/item/reagent_containers/glass/beaker/waterbottle/large = 5,
|
||||
/obj/item/reagent_containers/food/drinks/soda_cans/carbonatedcum = 5,
|
||||
@@ -8,3 +8,4 @@
|
||||
)
|
||||
LAZYADD(products, extra_products)
|
||||
. = ..()
|
||||
Doesn't work, why bother?
|
||||
|
||||
Reference in New Issue
Block a user