diff --git a/code/modules/mob/living/living_defines.dm b/code/modules/mob/living/living_defines.dm index 2a5ec3cc091..4238a56080a 100644 --- a/code/modules/mob/living/living_defines.dm +++ b/code/modules/mob/living/living_defines.dm @@ -70,12 +70,8 @@ var/makes_dirt = TRUE //FALSE if the mob shouldn't be making dirt on the ground when it walks var/looking_elsewhere = FALSE //If the mob's view has been relocated to somewhere else, like via a camera or with binocs -<<<<<<< HEAD var/image/selected_image = null // Used for buildmode AI control stuff. var/inventory_panel_type = /datum/inventory_panel var/datum/inventory_panel/inventory_panel -======= - var/image/selected_image = null // Used for buildmode AI control stuff. ->>>>>>> 68b370b... Fresh Meat, Leatherworking (#7629)