From c6e5eac5705fc5d43aa9c851948a4ee223a7bcaf Mon Sep 17 00:00:00 2001 From: Repede Date: Thu, 2 Jul 2020 23:17:51 -0400 Subject: [PATCH] adds missing comment --- .../mob/living/silicon/robot/robot_modules/station_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/robot/robot_modules/station_vr.dm b/code/modules/mob/living/silicon/robot/robot_modules/station_vr.dm index f9d3aa7edd..27523c88d4 100644 --- a/code/modules/mob/living/silicon/robot/robot_modules/station_vr.dm +++ b/code/modules/mob/living/silicon/robot/robot_modules/station_vr.dm @@ -47,7 +47,7 @@ robot_modules["Servicehound"] = /obj/item/weapon/robot_module/robot/servicehound //YW changes robot_modules["Service-Hound"] = /obj/item/weapon/robot_module/robot/clerical/brodog robot_modules["KMine"] = /obj/item/weapon/robot_module/robot/kmine - robot_modules["BoozeHound"] = /obj/item/weapon/robot_module/robot/booze + robot_modules["BoozeHound"] = /obj/item/weapon/robot_module/robot/booze //YW Addition booze return 1 //Just add a new proc with the robot_module type if you wish to run some other vore code