diff --git a/code/modules/martial_arts/sleeping_carp.dm b/code/modules/martial_arts/sleeping_carp.dm index 79415ee7246..278437e997d 100644 --- a/code/modules/martial_arts/sleeping_carp.dm +++ b/code/modules/martial_arts/sleeping_carp.dm @@ -23,16 +23,7 @@ D.visible_message("[A] [atk_verb] [D]!", "[A] [atk_verb] you!") D.apply_damage(rand(10,15), BRUTE) -<<<<<<< HEAD playsound(get_turf(D), 'sound/weapons/punch1.ogg', 25, TRUE, -1) -======= - playsound(get_turf(D), 'sound/weapons/punch1.ogg', 25, 1, -1) - if(prob(50)) - A.say(pick("HUAH!", "HYA!", "CHOO!", "WUO!", "KYA!", "HUH!", "HIYOH!", "CARP STRIKE!", "CARP BITE!")) - if(prob(D.getBruteLoss()) && !D.lying) - D.visible_message("[D] stumbles and falls!", "The blow sends you to the ground!") - D.Weaken(4) ->>>>>>> upstream/master add_attack_logs(A, D, "Melee attacked with martial-art [src] : Punched", ATKLOG_ALL) return TRUE