From f5d4276fb2ec2f8f7282bb9ec8253164d76faab7 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 7 Mar 2019 13:41:28 +0100 Subject: [PATCH] Update drone_unify.dm --- .../mob/living/silicon/robot/drone/drone_unify.dm | 14 +++----------- 1 file changed, 3 insertions(+), 11 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 0b614b1c2a..1dc31b0fdb 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone_unify.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone_unify.dm @@ -23,17 +23,9 @@ 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. - var/global/list/possible_chassis = list( - "Maintenance" = "repairbot", - "Mining" = "miningdrone", - "Construction" = "constructiondrone", - "White Spider" = "whitespider", - "Crawler" = "crawler", - "Gravekeeper" = "drone-gravekeeper", - "Egg" = "peaceborg", - "Ball" = "omoikane", - ) //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 + 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 ////////////////////////////////////////