Removes All Comments about auto-correction and Finddeclaration.exe

This commit is contained in:
Fox-McCloud
2017-07-22 02:54:45 -04:00
parent b03d226f8c
commit 027e7619f5
64 changed files with 1 additions and 126 deletions

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
/* /*
* A large number of misc global procs. * A large number of misc global procs.
*/ */

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
/datum/data /datum/data
var/name = "data" var/name = "data"
var/size = 1.0 var/size = 1.0

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
//cursors //cursors
#define Default_Cursor 0 #define Default_Cursor 0
#define Client_Cursor 1 #define Client_Cursor 1

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
//Few global vars to track the blob //Few global vars to track the blob
var/list/blobs = list() var/list/blobs = list()
var/list/blob_cores = list() var/list/blob_cores = list()

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
/datum/game_mode/blob/proc/send_intercept(var/report = 1) /datum/game_mode/blob/proc/send_intercept(var/report = 1)
var/intercepttext = "" var/intercepttext = ""
var/interceptname = "" var/interceptname = ""

View File

@@ -1,4 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
var/global/list/all_cults = list() var/global/list/all_cults = list()
/datum/game_mode /datum/game_mode

View File

@@ -1,4 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
#define CULT_ELDERGOD "eldergod" #define CULT_ELDERGOD "eldergod"
#define CULT_SLAUGHTER "slaughter" #define CULT_SLAUGHTER "slaughter"

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
/* /*
* GAMEMODES (by Rastaf0) * GAMEMODES (by Rastaf0)
* *

View File

@@ -1,4 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
var/global/list/all_objectives = list() var/global/list/all_objectives = list()
var/list/potential_theft_objectives = subtypesof(/datum/theft_objective) \ var/list/potential_theft_objectives = subtypesof(/datum/theft_objective) \

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
/var/const/access_security = 1 // Security equipment /var/const/access_security = 1 // Security equipment
/var/const/access_brig = 2 // Brig timers and permabrig /var/const/access_brig = 2 // Brig timers and permabrig
/var/const/access_armory = 3 /var/const/access_armory = 3

View File

@@ -1,4 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
#define OP_COMPUTER_COOLDOWN 60 #define OP_COMPUTER_COOLDOWN 60
/obj/machinery/computer/operating /obj/machinery/computer/operating

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
var/global/list/priority_air_alarms = list() var/global/list/priority_air_alarms = list()
var/global/list/minor_air_alarms = list() var/global/list/minor_air_alarms = list()

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
/obj/structure/computerframe /obj/structure/computerframe
density = 1 density = 1
anchored = 0 anchored = 0

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
/obj/machinery/computer/hologram_comp /obj/machinery/computer/hologram_comp
name = "hologram computer" name = "hologram computer"
desc = "Rumoured to control holograms." desc = "Rumoured to control holograms."

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
/obj/machinery/computer/aiupload /obj/machinery/computer/aiupload
name = "\improper AI upload console" name = "\improper AI upload console"
desc = "Used to upload laws to the AI." desc = "Used to upload laws to the AI."

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
/obj/machinery/computer/pod /obj/machinery/computer/pod
name = "mass drivers and pod doors control" name = "mass drivers and pod doors control"
desc = "A control for launching pods. Some people prefer firing Mechas." desc = "A control for launching pods. Some people prefer firing Mechas."

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
/obj/machinery/computer/prisoner /obj/machinery/computer/prisoner
name = "prisoner management console" name = "prisoner management console"
icon = 'icons/obj/computer.dmi' icon = 'icons/obj/computer.dmi'

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
/obj/machinery/constructable_frame //Made into a seperate type to make future revisions easier. /obj/machinery/constructable_frame //Made into a seperate type to make future revisions easier.
name = "machine frame" name = "machine frame"
icon = 'icons/obj/stock_parts.dmi' icon = 'icons/obj/stock_parts.dmi'

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
/obj/item/weapon/airlock_electronics /obj/item/weapon/airlock_electronics
name = "airlock electronics" name = "airlock electronics"
icon = 'icons/obj/doors/door_assembly.dmi' icon = 'icons/obj/doors/door_assembly.dmi'

View File

@@ -3,8 +3,6 @@
#define FONT_COLOR "#09f" #define FONT_COLOR "#09f"
#define FONT_STYLE "Arial Black" #define FONT_STYLE "Arial Black"
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
/////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////
// Brig Door control displays. // Brig Door control displays.
// Description: This is a controls the timer for the brig doors, displays the timer on itself and // Description: This is a controls the timer for the brig doors, displays the timer on itself and

View File

@@ -1,4 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
#define DOOR_OPEN_LAYER 2.7 //Under all objects if opened. 2.7 due to tables being at 2.6 #define DOOR_OPEN_LAYER 2.7 //Under all objects if opened. 2.7 due to tables being at 2.6
#define DOOR_CLOSED_LAYER 3.1 //Above most items if closed #define DOOR_CLOSED_LAYER 3.1 //Above most items if closed

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
// Beacon randomly spawns in space // Beacon randomly spawns in space
// When a non-traitor (no special role in /mind) uses it, he is given the choice to become a traitor // When a non-traitor (no special role in /mind) uses it, he is given the choice to become a traitor
// If he accepts there is a random chance he will be accepted, rejected, or rejected and killed // If he accepts there is a random chance he will be accepted, rejected, or rejected and killed

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
/* /*
The broadcaster sends processed messages to all radio devices in the game. They The broadcaster sends processed messages to all radio devices in the game. They
do not have to be headsets; intercoms and station-bounced radios suffice. do not have to be headsets; intercoms and station-bounced radios suffice.

View File

@@ -1,4 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
/obj/machinery/computer/telecomms /obj/machinery/computer/telecomms
light_color = LIGHT_COLOR_DARKGREEN light_color = LIGHT_COLOR_DARKGREEN

View File

@@ -1,6 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
/* /*
All telecommunications interactions: All telecommunications interactions:

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
/* /*
Hello, friends, this is Doohl from sexylands. You may be wondering what this Hello, friends, this is Doohl from sexylands. You may be wondering what this
monstrous code file is. Sit down, boys and girls, while I tell you the tale. monstrous code file is. Sit down, boys and girls, while I tell you the tale.

View File

@@ -1,6 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
/* /*
Telecomms monitor tracks the overall trafficing of a telecommunications network Telecomms monitor tracks the overall trafficing of a telecommunications network
and displays a heirarchy of linked machines. and displays a heirarchy of linked machines.

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
/* /*
CONTAINS: CONTAINS:
RCD RCD

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
/obj/machinery/implantchair /obj/machinery/implantchair
name = "mindshield implanter" name = "mindshield implanter"
desc = "Used to implant occupants with mindshield implants." desc = "Used to implant occupants with mindshield implants."

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
/obj/item/weapon/implantpad /obj/item/weapon/implantpad
name = "implantpad" name = "implantpad"
desc = "Used to modify implants." desc = "Used to modify implants."

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
/obj/item/weapon/storage/lockbox /obj/item/weapon/storage/lockbox
name = "lockbox" name = "lockbox"
desc = "A locked box." desc = "A locked box."

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
/obj/item/weapon/tank/jetpack /obj/item/weapon/tank/jetpack
name = "Jetpack (Empty)" name = "Jetpack (Empty)"
desc = "A tank of compressed gas for use as propulsion in zero-gravity areas. Use with caution." desc = "A tank of compressed gas for use as propulsion in zero-gravity areas. Use with caution."

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
/* Tools! /* Tools!
* Note: Multitools are /obj/item/device * Note: Multitools are /obj/item/device
* *

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
/obj/structure/closet/crate /obj/structure/closet/crate
name = "crate" name = "crate"
desc = "A rectangular steel crate." desc = "A rectangular steel crate."

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
var/jobban_runonce // Updates legacy bans with new info var/jobban_runonce // Updates legacy bans with new info
var/jobban_keylist[0] // Linear list of jobban strings, kept around for the legacy system var/jobban_keylist[0] // Linear list of jobban strings, kept around for the legacy system
var/jobban_assoclist[0] // Associative list, for efficiency var/jobban_assoclist[0] // Associative list, for efficiency

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
/* /*
SwapMaps library by Lummox JR SwapMaps library by Lummox JR
developed for digitalBYOND developed for digitalBYOND

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
var/list/preferences_datums = list() var/list/preferences_datums = list()
var/global/list/special_role_times = list( //minimum age (in days) for accounts to play these roles var/global/list/special_role_times = list( //minimum age (in days) for accounts to play these roles

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
proc/Intoxicated(phrase) proc/Intoxicated(phrase)
phrase = html_decode(phrase) phrase = html_decode(phrase)
var/leng=lentext(phrase) var/leng=lentext(phrase)

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
/mob/living/carbon/alien/humanoid /mob/living/carbon/alien/humanoid
oxygen_alert = 0 oxygen_alert = 0
toxins_alert = 0 toxins_alert = 0

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
/mob/living/carbon/alien/larva /mob/living/carbon/alien/larva
var/temperature_alert = 0 var/temperature_alert = 0

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
//TODO: Make these simple_animals //TODO: Make these simple_animals
var/const/MIN_IMPREGNATION_TIME = 100 //time it takes to impregnate someone var/const/MIN_IMPREGNATION_TIME = 100 //time it takes to impregnate someone

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
/obj/item/device/mmi /obj/item/device/mmi
name = "Man-Machine Interface" name = "Man-Machine Interface"
desc = "The Warrior's bland acronym, MMI, obscures the true horror of this monstrosity." desc = "The Warrior's bland acronym, MMI, obscures the true horror of this monstrosity."

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
/mob/living/carbon/brain /mob/living/carbon/brain
var/obj/item/container = null var/obj/item/container = null
var/timeofhostdeath = 0 var/timeofhostdeath = 0

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
/mob/living/carbon/human /mob/living/carbon/human
var/pressure_alert = 0 var/pressure_alert = 0

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
// Recruiting observers to play as pAIs // Recruiting observers to play as pAIs
var/datum/paiController/paiController // Global handler for pAI candidates var/datum/paiController/paiController // Global handler for pAI candidates

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
// Mulebot - carries crates around for Quartermaster // Mulebot - carries crates around for Quartermaster
// Navigates via floor navbeacons // Navigates via floor navbeacons
// Remote Controlled from QM's PDA // Remote Controlled from QM's PDA

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
/mob/new_player /mob/new_player
var/ready = 0 var/ready = 0
var/spawning = 0//Referenced when you want to delete the new_player later on in the code. var/spawning = 0//Referenced when you want to delete the new_player later on in the code.

View File

@@ -1,4 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
var/global/list/rad_collectors = list() var/global/list/rad_collectors = list()
/obj/machinery/power/rad_collector /obj/machinery/power/rad_collector

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
/obj/machinery/field/containment /obj/machinery/field/containment
name = "Containment Field" name = "Containment Field"
desc = "An energy field." desc = "An energy field."

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
/obj/machinery/power/emitter /obj/machinery/power/emitter
name = "Emitter" name = "Emitter"
desc = "A heavy duty industrial laser" desc = "A heavy duty industrial laser"

View File

@@ -1,6 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
/* /*
field_generator power level display field_generator power level display
The icon used for the field_generator need to have 'num_power_levels' number of icon states The icon used for the field_generator need to have 'num_power_levels' number of icon states

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
/obj/effect/accelerated_particle /obj/effect/accelerated_particle
name = "Accelerated Particles" name = "Accelerated Particles"
desc = "Small things moving very fast." desc = "Small things moving very fast."

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
/*Composed of 7 parts /*Composed of 7 parts
3 Particle emitters 3 Particle emitters
proc proc

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
/obj/machinery/particle_accelerator/control_box /obj/machinery/particle_accelerator/control_box
name = "Particle Accelerator Control Console" name = "Particle Accelerator Control Console"
desc = "This part controls the density of the particles." desc = "This part controls the density of the particles."

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
/obj/structure/particle_accelerator/particle_emitter /obj/structure/particle_accelerator/particle_emitter
name = "EM Containment Grid" name = "EM Containment Grid"
desc_holder = "This part launches the Alpha particles. You might not want to stand near this end." desc_holder = "This part launches the Alpha particles. You might not want to stand near this end."

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
/obj/singularity /obj/singularity
name = "gravitational singularity" name = "gravitational singularity"
desc = "A gravitational singularity." desc = "A gravitational singularity."

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:32
var/const/TOUCH = 1 var/const/TOUCH = 1
var/const/INGEST = 2 var/const/INGEST = 2
#define ADDICTION_TIME 4800 //8 minutes #define ADDICTION_TIME 4800 //8 minutes

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
/*************************************************************** /***************************************************************
** Design Datums ** ** Design Datums **
** All the data for building stuff. ** ** All the data for building stuff. **

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
/* /*
Destructive Analyzer Destructive Analyzer
@@ -22,7 +20,7 @@ Note: Must be placed within 3 tiles of the R&D Console
component_parts += new /obj/item/weapon/stock_parts/manipulator(null) component_parts += new /obj/item/weapon/stock_parts/manipulator(null)
component_parts += new /obj/item/weapon/stock_parts/micro_laser(null) component_parts += new /obj/item/weapon/stock_parts/micro_laser(null)
RefreshParts() RefreshParts()
/obj/machinery/r_n_d/destructive_analyzer/upgraded/New() /obj/machinery/r_n_d/destructive_analyzer/upgraded/New()
..() ..()
component_parts = list() component_parts = list()

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
/* /*
Research and Development (R&D) Console Research and Development (R&D) Console

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
//All devices that link into the R&D console fall into thise type for easy identification and some shared procs. //All devices that link into the R&D console fall into thise type for easy identification and some shared procs.

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
/* /*
File: Binary Operators File: Binary Operators
*/ */

View File

@@ -1,6 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
/* --- Traffic Control Scripting Language --- */ /* --- Traffic Control Scripting Language --- */
// Nanotrasen TCS Language - Made by Doohl // Nanotrasen TCS Language - Made by Doohl

View File

@@ -1,5 +1,3 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
/* /*
File: Keywords File: Keywords
*/ */