diff --git a/code/modules/mob/living/silicon/robot/robot_vr.dm b/code/modules/mob/living/silicon/robot/robot_vr.dm index bc54c4398f..1befea8f3a 100644 --- a/code/modules/mob/living/silicon/robot/robot_vr.dm +++ b/code/modules/mob/living/silicon/robot/robot_vr.dm @@ -46,7 +46,7 @@ cleaned_human.shoes.clean_blood() cleaned_human.update_inv_shoes(0) cleaned_human.clean_blood(1) - cleaned_human << "[src] cleans your face!"//Again travis what the fuck? You and your random unrelated bugs. + cleaned_human << "[src] cleans your face!" return return @@ -56,4 +56,4 @@ if(stat == DEAD) icon_state = "[module_sprites[icontype]]-wreck" else - icon_state = module_sprites[icontype] \ No newline at end of file + icon_state = module_sprites[icontype]