From be87675c03755a44abf2608eb352492e20db52f9 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 22 Jun 2021 12:24:18 -0400 Subject: [PATCH] Tones it back a bit. --- code/game/objects/structures/stool_bed_chair_nest/bed.dm | 2 +- code/modules/tables/tables.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/stool_bed_chair_nest/bed.dm b/code/game/objects/structures/stool_bed_chair_nest/bed.dm index 25ca2cbd019..4860099109b 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/bed.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/bed.dm @@ -198,7 +198,7 @@ icon = 'icons/obj/rollerbed.dmi' icon_state = "rollerbed" anchored = 0 - surgery_odds = 50 //VOREStation Edit + surgery_odds = 66 //VOREStation Edit var/bedtype = /obj/structure/bed/roller var/rollertype = /obj/item/roller diff --git a/code/modules/tables/tables.dm b/code/modules/tables/tables.dm index 3f16372ed78..e37b684d3d0 100644 --- a/code/modules/tables/tables.dm +++ b/code/modules/tables/tables.dm @@ -10,7 +10,7 @@ var/list/table_icon_cache = list() climbable = 1 layer = TABLE_LAYER throwpass = 1 - surgery_odds = 33 //VOREStation Edit + surgery_odds = 50 //VOREStation Edit var/flipped = 0 var/maxhealth = 10 var/health = 10