From 102ee66c69fc68ef266900500bb5ead32c184c2e Mon Sep 17 00:00:00 2001 From: phil235 Date: Tue, 10 Nov 2015 22:42:17 +0100 Subject: [PATCH] Updating one comment --- code/game/objects/items/devices/laserpointer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/laserpointer.dm b/code/game/objects/items/devices/laserpointer.dm index aae9a9d342f..c410938f186 100644 --- a/code/game/objects/items/devices/laserpointer.dm +++ b/code/game/objects/items/devices/laserpointer.dm @@ -114,7 +114,7 @@ else outmsg = "You fail to blind [C] by shining [src] at their eyes!" - //robots and AI + //robots else if(isrobot(target)) var/mob/living/silicon/S = target //20% chance to actually hit the sensors