From 4ab52cd52e660acd9cb866a36506a2609d666947 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 22 Jun 2021 12:08:37 -0400 Subject: [PATCH] Nerfs ghetto surgery on staff request --- 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 639db4191bc..25ca2cbd019 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 = 75 + surgery_odds = 50 //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 952e7af45a4..3f16372ed78 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 = 66 + surgery_odds = 33 //VOREStation Edit var/flipped = 0 var/maxhealth = 10 var/health = 10