Surgery grammar fixes

This commit is contained in:
LightningIron
2013-11-10 12:48:23 -06:00
parent 6f19999a9c
commit b5671e8bd8
8 changed files with 45 additions and 45 deletions

View File

@@ -31,8 +31,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)
..()