diff --git a/code/datums/supplypacks/hospitality_vr.dm b/code/datums/supplypacks/hospitality_vr.dm
index a8fb518233..f420dbd9c3 100644
--- a/code/datums/supplypacks/hospitality_vr.dm
+++ b/code/datums/supplypacks/hospitality_vr.dm
@@ -11,7 +11,7 @@
cost = 25
containertype = /obj/structure/closet/crate/freezer
containername = "Burger crate"
-/*
+
/datum/supply_packs/randomised/hospitality/bakery_vr
num_contained = 5
contains = list(
@@ -52,7 +52,7 @@
/obj/item/weapon/reagent_containers/food/snacks/sliceable/plaincake
)
name = "Cake crate"
- cost = 100
+ cost = 20
containertype = /obj/structure/closet/crate/freezer
containername = "Cake crate"
@@ -68,7 +68,7 @@
cost = 50
containertype = /obj/structure/closet/crate/freezer
containername = "Mexican takeout crate"
-*/
+
/datum/supply_packs/randomised/hospitality/asian_vr
num_contained = 5
contains = list(
@@ -81,4 +81,4 @@
containername = "Chinese takeout crate"
/datum/supply_packs/randomised/hospitality/pizza
- cost = 50
\ No newline at end of file
+ cost = 50
diff --git a/code/modules/events/supply_demand.dm b/code/modules/events/supply_demand.dm
index 0e255499dc..db7edd58de 100644
--- a/code/modules/events/supply_demand.dm
+++ b/code/modules/events/supply_demand.dm
@@ -14,11 +14,11 @@
var/end_time
announceWhen = 1
startWhen = 2
- endWhen = 1800 // Aproximately 1 hour in master controller ticks, refined by end_time
+ endWhen = 2700 // Aproximately 1.5 hour in master controller ticks, refined by end_time
/datum/event/supply_demand/setup()
my_department = "[using_map.company_name] Supply Division" // Can't have company name in initial value (not const)
- end_time = world.time + 1 HOUR + (severity * 30 MINUTES)
+ end_time = world.time + 1.5 HOUR + (severity * 30 MINUTES)
running_demand_events += src
// Decide what items are requried!
// We base this on what departmets are most active, excluding departments we don't have
@@ -33,7 +33,7 @@
choose_chemistry_items(roll(severity, 2))
if(ROLE_RESEARCH) // Would be nice to differentiate between research diciplines
choose_research_items(roll(severity, 2))
- choose_robotics_items(roll(1, severity))
+// choose_robotics_items(roll(1, severity)) //TFF: Goodbye, silly Gygax requests.....
if(ROLE_CARGO)
choose_alloy_items(rand(1, severity))
if(ROLE_CIVILIAN) // Would be nice to separate out chef/gardener/bartender
@@ -52,7 +52,7 @@
message += "has a warehouse full of empty crates! "
message += "We have to fill that gap quick before anyone starts asking questions. "
message += "You'd better have this stuff here by [worldtime2stationtime(end_time)]
"
- message += "The requested items are as follows"
+ message += "The requested items are as follows: "
message += "