From 4d670daea2f0c4c9416501dc00bf779aada86b5e Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 7 Mar 2019 13:42:42 +0100 Subject: [PATCH] Update drone_unify.dm --- .../mob/living/silicon/robot/drone/drone_unify.dm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 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 1dc31b0fdb..2c1b63dfc4 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone_unify.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone_unify.dm @@ -23,9 +23,6 @@ holder_type = /obj/item/weapon/holder/drone //var/selected_icon = null //Can be compared to "Wideborg" will tell us in the future if we ar eusing non standardized icon. - 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 //////////////////////////////////////// //DRONE MODULES //////////////////////////////////////// @@ -71,6 +68,12 @@ //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