diff --git a/code/modules/mob/living/silicon/robot/drone/drone.dm b/code/modules/mob/living/silicon/robot/drone/drone.dm index 40db977b8b..1fa357ec79 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone.dm @@ -9,10 +9,6 @@ such as fire, radiation, vacuum, and more. Ghosts can join the round as a maintenance drone by using the appropriate verb in the 'ghost' tab. \ An inactive drone can be rebooted by swiping an ID card on it with engineering or robotics access.",\ ,"An Electromagnetic Sequencer can be used to subvert the drone to your cause.") -// desc_info = "Drones are player-controlled synthetics which are lawed to maintain the station and not \ - interact with anyone else, except for other drones. They hold a wide array of tools to build, repair, maintain, and clean. \ - They fuction similarly to other synthetics, in that they require recharging regularly, have laws, and are resilient to many hazards, \ - such as fire, radiation, vacuum, and more. Ghosts can join the round as a maintenance drone by using the appropriate verb in the 'ghost' tab." //desc_fluff is already provided with flavor_text. maxHealth = 35 health = 35 diff --git a/code/modules/mob/mob_defines.dm b/code/modules/mob/mob_defines.dm index 0b213d0b99..fe9765da30 100644 --- a/code/modules/mob/mob_defines.dm +++ b/code/modules/mob/mob_defines.dm @@ -227,12 +227,4 @@ //Examine tab vars //These hold the descriptions and other info, to relay to the actual tab. var/description_holders[0] - /* - description_holders["name"] = null - description_holders["icon"] = null - description_holders["desc"] = null - description_holders["info"] = null - description_holders["fluff"] = null - description_holders["antag"] = null - */