From 90fc34d566ac4b0027d1ee6ee4db0ac6f15373b6 Mon Sep 17 00:00:00 2001 From: Cyantime Date: Wed, 2 Sep 2020 14:03:27 -0400 Subject: [PATCH] Remove unneeded edits --- .../simple_mob/subtypes/mechanical/drones/combat_drone.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/mechanical/drones/combat_drone.dm b/code/modules/mob/living/simple_mob/subtypes/mechanical/drones/combat_drone.dm index 7c35258a7f..6766cd67d3 100644 --- a/code/modules/mob/living/simple_mob/subtypes/mechanical/drones/combat_drone.dm +++ b/code/modules/mob/living/simple_mob/subtypes/mechanical/drones/combat_drone.dm @@ -34,9 +34,6 @@ desc = "An automated combat drone armed with state of the art weaponry and shielding." catalogue_data = list(/datum/category_item/catalogue/technology/drone/combat_drone) - icon = 'icons/mob/animal_vr64x64.dmi' //VOREStation Add - pixel_x = -16 //VOREStation Add - pixel_y = -16 //VOREStation Add icon_state = "drone" icon_living = "drone" icon_dead = "drone_dead"