From 2269de43f6ca13229e8876bf181df519fcb688a8 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Wed, 6 Dec 2017 13:22:51 -0500 Subject: [PATCH] Update species.dm --- code/modules/mob/living/carbon/human/species.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index 31f1678428..0b02a2c711 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -1359,13 +1359,8 @@ GLOBAL_LIST_EMPTY(roundstart_races) target.apply_damage(damage, BRUTE, affecting, armor_block) add_logs(user, target, "punched") if((target.stat != DEAD) && damage >= user.dna.species.punchstunthreshold) -<<<<<<< HEAD - target.visible_message("[user] has weakened [target]!", \ - "[user] has weakened [target]!") -======= target.visible_message("[user] has knocked [target] down!", \ "[user] has knocked [target] down!", null, COMBAT_MESSAGE_RANGE) ->>>>>>> 550d711... Brain Traumas (#31727) target.apply_effect(80, KNOCKDOWN, armor_block) target.forcesay(GLOB.hit_appends) else if(target.lying)