From 145e29052d7b12ed1025130545228b724ae6d6fd Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 7 Mar 2019 14:00:30 +0100 Subject: [PATCH] Update drone_unify.dm --- .../modules/mob/living/silicon/robot/drone/drone_unify.dm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/code/modules/mob/living/silicon/robot/drone/drone_unify.dm b/code/modules/mob/living/silicon/robot/drone/drone_unify.dm index 209139cb8c..1f74e79d2e 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone_unify.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone_unify.dm @@ -69,7 +69,7 @@ fabricator_tag = "Prototype UNIFY Fabricator" desc = "A large automated factory for producing Unified Drone Modules." drone_type = null //Gonna try to set this later - var/global/list/possible_drones = list("UNIFY Module" = /obj/item/weapon/robot_module/drone/unify, + var/global/list/possible_drones = list("UNIFY Module" = /mob/living/silicon/robot/drone/unify, "Construction Module" = /mob/living/silicon/robot/drone/construction,) @@ -77,12 +77,6 @@ //DRONE PROCS //////////////////////////////////////// //Drone Drone Procs -/mob/living/silicon/robot/drone/unify/New() - ..() - possible_chassis += "PROTOTYPE" = "miningdrone" - //This list populates the drone sprite selection, Left side is Displayed names, Right side is icon_state names. - //TODO: Find someone willing to sell their soul to actively document the PX offset for each of these for hatcode - /mob/living/silicon/robot/drone/unify/updatename() real_name = "Unified Drone Module ([rand(100,999)])" //UDMs, sounds kinda nice, maybe call them this Lore wise? name = real_name