diff --git a/code/game/mecha/equipment/tools/work_tools.dm b/code/game/mecha/equipment/tools/work_tools.dm index 6473eba1461..0573ef0bfb7 100644 --- a/code/game/mecha/equipment/tools/work_tools.dm +++ b/code/game/mecha/equipment/tools/work_tools.dm @@ -32,7 +32,7 @@ return if(istype(target, /obj)) var/obj/O = target - if(istype(target, /obj/machinery/power/supermatter_crystal)) //No, you can't pick the SM with this up you moron, did you think you were clever? + if(istype(target, /obj/machinery/power/supermatter_crystal)) //No, you can't pick up the SM with this you moron, did you think you were clever? var/obj/machinery/power/supermatter_crystal/SM = target var/obj/mecha/working/ripley/R = chassis if(R.cargo)