diff --git a/code/modules/mob/living/simple_animal/parrot.dm b/code/modules/mob/living/simple_animal/parrot.dm
index 3c1a5771c3..09d9f66f61 100644
--- a/code/modules/mob/living/simple_animal/parrot.dm
+++ b/code/modules/mob/living/simple_animal/parrot.dm
@@ -1003,9 +1003,6 @@
loc = H
H.ContractDisease(P)
parrot_interest = null
-<<<<<<< HEAD
- H.visible_message("[src] dive bombs into [H]'s chest and vanishes!", "[src] dive bombs into your chest, vanishing! This can't be good!")
-=======
H.visible_message("[src] dive bombs into [H]'s chest and vanishes!", "[src] dive bombs into your chest, vanishing! This can't be good!")
@@ -1026,4 +1023,3 @@
/mob/living/simple_animal/parrot/clock_hawk/ratvar_act()
return
->>>>>>> 60d3ce5... Adds Nars-Ian and clock hawks (#30856)