From 3c9d46d33f6bf11072cbbc09d0149a81e915f0eb Mon Sep 17 00:00:00 2001 From: Xonkon Date: Sun, 11 Jun 2017 21:25:37 -0500 Subject: [PATCH 1/3] Buffs Medical-Hounds Gives medical-hounds a few more toys that helps them remain relevant and do medical stuff a bit easily. +Cyborg Hydrospray +Larger Beaker --- code/modules/mob/living/silicon/robot/robot_modules_vr.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/robot/robot_modules_vr.dm b/code/modules/mob/living/silicon/robot/robot_modules_vr.dm index c4ac3139065..df96678cac8 100644 --- a/code/modules/mob/living/silicon/robot/robot_modules_vr.dm +++ b/code/modules/mob/living/silicon/robot/robot_modules_vr.dm @@ -68,10 +68,12 @@ src.modules += new /obj/item/device/dogborg/boop_module(src) //Boop the crew. src.modules += new /obj/item/device/dogborg/tongue(src) //Clean up bloody items by licking them, and eat rubbish for minor energy. src.modules += new /obj/item/device/healthanalyzer(src) // See who's hurt specificially. - src.modules += new /obj/item/device/dogborg/sleeper(src) //So they can nom people and heal them + src.modules += new /obj/item/device/dogborg/sleeper(src) //So they can nom people and heal the src.modules += new /obj/item/borg/sight/hud/med(src) //See who's hurt generally. src.modules += new /obj/item/weapon/extinguisher/mini(src) //So they can put burning patients out. + src.modules += new /obj/item/weapon/reagent_containers/borghypo(src)//So medi-hounds aren't nearly useless src.modules += new /obj/item/weapon/reagent_containers/syringe(src) //In case the chemist is nice! + src.modules += new /obj/item/weapon/reagent_containers/glass/beaker/large(src)//For holding the chemicals when the chemist is nice R.icon = 'icons/mob/widerobot_vr.dmi' R.hands.icon = 'icons/mob/screen1_robot_vr.dmi' //R.icon_state = "medihound" From cf7daec404013b84df451419111e549ca047cf33 Mon Sep 17 00:00:00 2001 From: Xonkon Date: Sun, 11 Jun 2017 21:33:53 -0500 Subject: [PATCH 2/3] Update robot_modules_vr.dm --- code/modules/mob/living/silicon/robot/robot_modules_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/robot/robot_modules_vr.dm b/code/modules/mob/living/silicon/robot/robot_modules_vr.dm index df96678cac8..1c0d3c9a1de 100644 --- a/code/modules/mob/living/silicon/robot/robot_modules_vr.dm +++ b/code/modules/mob/living/silicon/robot/robot_modules_vr.dm @@ -68,7 +68,7 @@ src.modules += new /obj/item/device/dogborg/boop_module(src) //Boop the crew. src.modules += new /obj/item/device/dogborg/tongue(src) //Clean up bloody items by licking them, and eat rubbish for minor energy. src.modules += new /obj/item/device/healthanalyzer(src) // See who's hurt specificially. - src.modules += new /obj/item/device/dogborg/sleeper(src) //So they can nom people and heal the + src.modules += new /obj/item/device/dogborg/sleeper(src) //So they can nom people and heal them src.modules += new /obj/item/borg/sight/hud/med(src) //See who's hurt generally. src.modules += new /obj/item/weapon/extinguisher/mini(src) //So they can put burning patients out. src.modules += new /obj/item/weapon/reagent_containers/borghypo(src)//So medi-hounds aren't nearly useless From f99e46280de1e0eec13dfe18aff2063a5bb3000d Mon Sep 17 00:00:00 2001 From: Xonkon Date: Sun, 11 Jun 2017 21:50:24 -0500 Subject: [PATCH 3/3] Fixed --- code/modules/mob/living/silicon/robot/robot_modules_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/robot/robot_modules_vr.dm b/code/modules/mob/living/silicon/robot/robot_modules_vr.dm index 1c0d3c9a1de..7f62c0dc68e 100644 --- a/code/modules/mob/living/silicon/robot/robot_modules_vr.dm +++ b/code/modules/mob/living/silicon/robot/robot_modules_vr.dm @@ -73,7 +73,7 @@ src.modules += new /obj/item/weapon/extinguisher/mini(src) //So they can put burning patients out. src.modules += new /obj/item/weapon/reagent_containers/borghypo(src)//So medi-hounds aren't nearly useless src.modules += new /obj/item/weapon/reagent_containers/syringe(src) //In case the chemist is nice! - src.modules += new /obj/item/weapon/reagent_containers/glass/beaker/large(src)//For holding the chemicals when the chemist is nice + src.modules += new /obj/item/weapon/reagent_containers/glass/beaker(src)//For holding the chemicals when the chemist is nice R.icon = 'icons/mob/widerobot_vr.dmi' R.hands.icon = 'icons/mob/screen1_robot_vr.dmi' //R.icon_state = "medihound"