Cleans up my comments.

This commit is contained in:
Neerti
2015-02-16 00:06:46 -05:00
parent f2f893d42a
commit 9612bc183b
2 changed files with 0 additions and 12 deletions
@@ -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 <u>Electromagnetic Sequencer</u> 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
-8
View File
@@ -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
*/