spelling fixes

This commit is contained in:
d3athrow
2014-05-29 08:40:42 -05:00
committed by ZomgPonies
parent 75514ac85a
commit c2a31713d2
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -33,8 +33,8 @@
return ..() && target.op_stage.appendix == 0
begin_step(mob/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
user.visible_message("[user] starts to separating [target]'s appendix from the abdominal wall with \the [tool].", \
"You start to separating [target]'s appendix from the abdominal wall with \the [tool]." )
user.visible_message("[user] starts to separate [target]'s appendix from the abdominal wall with \the [tool].", \
"You start to separate [target]'s appendix from the abdominal wall with \the [tool]." )
target.custom_pain("The pain in your abdomen is living hell!",1)
..()