From d20c5cc1fd40d26c59b9efd092e66a0d1361c9d5 Mon Sep 17 00:00:00 2001 From: ProbablyCarl Date: Sun, 15 May 2022 06:59:42 -0400 Subject: [PATCH] final --- .../code/modules/mob/living/silicon/robot/robot.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modular_citadel/code/modules/mob/living/silicon/robot/robot.dm b/modular_citadel/code/modules/mob/living/silicon/robot/robot.dm index ab03b7934..66147a41e 100644 --- a/modular_citadel/code/modules/mob/living/silicon/robot/robot.dm +++ b/modular_citadel/code/modules/mob/living/silicon/robot/robot.dm @@ -1,7 +1,5 @@ mob/living/silicon -//Commented out, as you can utilise both sleepers /and/ the menu. This stops others from actually doing anything of the latter, AI or otherwise. -// Even more interestingly, there's stuff /for/ them doing the act, so this is vestigial. If I'm not mistaken, anyhow. -// no_vore = TRUE + no_vore = TRUE /mob/living/silicon/robot var/dogborg = FALSE