From 81852bea5154b46074b8d1de8f0f66c9852c3a3e Mon Sep 17 00:00:00 2001 From: Segrain Date: Wed, 12 Jun 2013 14:00:48 +0300 Subject: [PATCH] Fix-O-Vein steps bugfix. --- baystation12.dme | 1 - code/modules/surgery/braincore.dm | 4 ++-- code/modules/surgery/other.dm | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/baystation12.dme b/baystation12.dme index 828007b0de8..c717060a85e 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -863,7 +863,6 @@ #include "code\modules\mob\living\living.dm" #include "code\modules\mob\living\living_defense.dm" #include "code\modules\mob\living\living_defines.dm" -#include "code\modules\mob\living\login.dm" #include "code\modules\mob\living\logout.dm" #include "code\modules\mob\living\say.dm" #include "code\modules\mob\living\blob\blob.dm" diff --git a/code/modules/surgery/braincore.dm b/code/modules/surgery/braincore.dm index 16a7fb08d96..977f90489ec 100644 --- a/code/modules/surgery/braincore.dm +++ b/code/modules/surgery/braincore.dm @@ -142,8 +142,8 @@ /datum/surgery_step/brain/hematoma allowed_tools = list( - /obj/item/weapon/FixOVein , \ - /obj/item/weapon/cable_coil + /obj/item/weapon/FixOVein = 100, \ + /obj/item/weapon/cable_coil = 75 ) min_duration = 90 diff --git a/code/modules/surgery/other.dm b/code/modules/surgery/other.dm index fd49b26b0e8..55fc59dd35a 100644 --- a/code/modules/surgery/other.dm +++ b/code/modules/surgery/other.dm @@ -7,8 +7,8 @@ /datum/surgery_step/fix_vein priority = 2 allowed_tools = list( - /obj/item/weapon/circular_saw = 100, \ - /obj/item/weapon/hatchet = 75 + /obj/item/weapon/FixOVein = 100, \ + /obj/item/weapon/cable_coil = 75 ) can_infect = 1 blood_level = 1