diff --git a/baystation12.dme b/baystation12.dme index 828007b0de..c717060a85 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 16a7fb08d9..977f90489e 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 fd49b26b0e..55fc59dd35 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