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