diff --git a/(builtins).html b/(builtins).html index 926f0a573b7..2fa2228a61c 100644 --- a/(builtins).html +++ b/(builtins).html @@ -14,14 +14,14 @@

(builtins) - +

/atom/movableVirtual Mob Creation
diff --git a/area.html b/area.html index 935aa2fdddc..49d6f898f26 100644 --- a/area.html +++ b/area.html @@ -16,7 +16,7 @@

area - +

@@ -25,12 +25,12 @@

Var Details

Automatically set by SetName and Initialize; cached result of strip_improper(name).

diff --git a/atom.html b/atom.html index f97203bee7c..352dac4fb4c 100644 --- a/atom.html +++ b/atom.html @@ -16,7 +16,7 @@

atom - +

Vars

@@ -108,138 +108,138 @@

Var Details

(BITFLAG) See flags.dm

blood_DNA - +

(DICTIONARY) A lazy map. The key is a MD5 player name and the value is the blood type.

blood_color - +

(COLOR) The color of the blood shown on blood overlays.

climb_speed_mult - +

(FLOAT) The climbing speed multiplier for this atom

climbers - +

(LIST) A list of all mobs that are climbing or currently on this atom

explosion_resistance - +

(INTEGER) The amount an explosion's power is decreased when encountering this atom

fluorescent - +

(FALSE|DEFINES) How this atom is interacting with UV light. See misc.dm

germ_level - +

(INTEGER) The number of germs on this atom.

icon_rotation - +

(FLOAT) The angle in degrees clockwise that should be applied.

icon_scale_x - +

(FLOAT) The horizontal scaling that should be applied.

icon_scale_y - +

(FLOAT) The vertical scaling that should be applied.

is_spawnable_type - +

(BOOL) If it can be spawned normally

last_bumped - +

(FLOAT) The world.time that this atom last bumped another. Used mostly by mobs.

level - +

(DEFINE) Determines where this atom sits in terms of turf plating. See misc.dm

pass_flags - +

(BITFLAG) See flags.dm

reagents - +

The chemical contents of this atom

simulated - +

(BOOL) If an atom should be interacted with by a number of systems (Atmos, Liquids, Turbolifts, Etc.)

temperature - +

What is this atom's current temperature?

temperature_coefficient - +

How rapidly does this atom equalize with ambient temperature?

throwpass - +

(BOOL) If a thrown object can continue past this atom. Sometimes used for clicking as well? TODO: Rework this

transform_animate_time - +

(FLOAT) If greater than zero, transform-based adjustments (scaling, rotating) will visually occur over this time.

was_bloodied - +

(BOOL) If this atom was bloodied before.

Proc Details

Bumped

Handle an atom bumping this atom

@@ -249,7 +249,7 @@

Var Details

Vars

@@ -30,24 +30,24 @@

Var Details

- +

The mimic (if any) that's directly copying us.

z_flags - +

Movable-level Z-Mimic flags. This uses ZMM_* flags, not ZM_* flags.

Proc Details

animate_filter

Animate a given filter on this atom. All params after the first are passed to animate().

dropInto

Attempt to drop this atom onto the destination.

@@ -58,20 +58,20 @@

Var Details

A wrapper for setDir that should only be able to fail by living mobs.

Called from [/atom/movable/proc/keyLoop], this exists to be overwritten by living mobs with a check to see if we're actually alive enough to change directions

wrapping_paper_needed_to_wrap

Returns the amount of sheets of wrapping paper that the given object would need to be wrapped.

diff --git a/client.html b/client.html index f8dfd940529..cc13efc5b83 100644 --- a/client.html +++ b/client.html @@ -16,7 +16,7 @@

client - +

Vars

@@ -43,66 +43,66 @@

Var Details

A buffer for combinations such of modifiers + keys (ex: CtrlD, AltE, ShiftT). Format: "key" -> "combo" (ex: "D" -> "CtrlD")

keys_held - +

A buffer of currently held keys.

last_move_dir_pressed - +

Movement dir of the most recently pressed movement key. Used in cardinal-only movement mode.

movement_keys - +

Custom movement keys for this client

movement_locked - +

Are we locking our movement input?

next_move_dir_add - +

On next move, add this dir to the move that would otherwise be done

next_move_dir_sub - +

On next move, subtract this dir from the move that would otherwise be done

tooltips - +

datum that controls the displaying and hiding of tooltips

Proc Details

callproc

VERBS

keyUp

Check if the key is short enough to even be a real key

nanoclose

Called when a Nano UI window is closed @@ -111,14 +111,14 @@

Var Details

Manually clears any held keys, in case due to lag or other undefined behavior a key gets stuck.

Hardcoded to the ESC key.

resetnano

A "panic button" verb to close all UIs on current mob. @@ -127,7 +127,7 @@

Var Details

Updates the keybinds for special keys

@@ -140,7 +140,7 @@

Var Details

the on-close client verb

@@ -149,7 +149,7 @@

Var Details

Vars

/datum/priority_queueAn automatically ordered list, using the cmp proc to weight the list items
diff --git a/code/__defines/MC.html b/code/__defines/MC.html index 7578aa4c5c7..4475dc942e5 100644 --- a/code/__defines/MC.html +++ b/code/__defines/MC.html @@ -14,14 +14,14 @@ — Define Details

code/__defines/MC.dm - +

addtimerCreate a new timer and add it to the queue.

Define Details

addtimer - +

Create a new timer and add it to the queue.

@@ -45,7 +45,7 @@

addtimer

diff --git a/code/__defines/ZAS.html b/code/__defines/ZAS.html index fc098f72e38..81c1adf8a60 100644 --- a/code/__defines/ZAS.html +++ b/code/__defines/ZAS.html @@ -14,19 +14,19 @@ — Define Details

code/__defines/ZAS.dm - +

ZONE_MIN_SIZEZones with less than this many turfs will always merge, even if the connection is not direct.

Define Details

ZONE_MIN_SIZE - +

Zones with less than this many turfs will always merge, even if the connection is not direct.

diff --git a/code/__defines/_byond_version_compat.html b/code/__defines/_byond_version_compat.html index d4a8e70471b..f0d21582d97 100644 --- a/code/__defines/_byond_version_compat.html +++ b/code/__defines/_byond_version_compat.html @@ -14,7 +14,7 @@ — Define Details

code/__defines/_byond_version_compat.dm - +

@@ -25,33 +25,33 @@

code/__defines/_byond_version_compat.dm

GLOBAL_PROC_REFCall by name proc reference, checks if the proc is an existing global proc

Define Details

GLOBAL_PROC_REF - +

Call by name proc reference, checks if the proc is an existing global proc

PROC_REF - +

Call by name proc references, checks if the proc exists on either this type or as a global proc.

TYPE_PROC_REF - +

Call by name proc reference, checks if the proc exists on either the given type or as a global proc

TYPE_VERB_REF - +

Call by name verb reference, checks if the verb exists on either the given type or as a global verb

VERB_REF - +

Call by name verb references, checks if the verb exists on either this type or as a global verb.

diff --git a/code/__defines/_tick.html b/code/__defines/_tick.html index a62d8499cc0..2d2f641744f 100644 --- a/code/__defines/_tick.html +++ b/code/__defines/_tick.html @@ -14,7 +14,7 @@ — Define Details

code/__defines/_tick.dm - +

@@ -27,41 +27,41 @@

code/__defines/_tick.dm

TICK_CHECKReturns true if tick_usage is above the limit
CHECK_TICKruns stoplag if tick_usage is above the limit

Define Details

CHECK_TICK - +

runs stoplag if tick_usage is above the limit

MAPTICK_MC_MIN_RESERVE - +

Percentage of tick to leave for master controller to run

TICK_BYOND_RESERVE - +

Tick limit while running normally

TICK_CHECK - +

Returns true if tick_usage is above the limit

TICK_LIMIT_MC - +

Tick limit for MC while running

TICK_LIMIT_MC_INIT_DEFAULT - +

Tick limit while initializing

TICK_LIMIT_TO_RUN - +

Tick limit used to resume things in stoplag

TICK_USAGE - +

for general usage of tick_usage

diff --git a/code/__defines/admin.html b/code/__defines/admin.html index 38133c973ec..6175403c97a 100644 --- a/code/__defines/admin.html +++ b/code/__defines/admin.html @@ -14,7 +14,7 @@ — Define Details

code/__defines/admin.dm - +

@@ -23,25 +23,25 @@

code/__defines/admin.dm

MAX_KEYS_PER_KEYBINDMaximum keys per keybind
HELD_KEY_BUFFER_LENGTHLength of held key buffer

Define Details

HELD_KEY_BUFFER_LENGTH - +

Length of held key buffer

MAX_COMMANDS_PER_KEY - +

Maximum keys that can be bound to one button

MAX_KEYPRESS_COMMANDLENGTH - +

Max length of a keypress command before it's considered to be a forged packet/bogus command

MAX_KEYS_PER_KEYBIND - +

Maximum keys per keybind

diff --git a/code/__defines/armor.html b/code/__defines/armor.html index ec3bfd494f8..63237839ed7 100644 --- a/code/__defines/armor.html +++ b/code/__defines/armor.html @@ -14,19 +14,19 @@ — Define Details

code/__defines/armor.dm - +

ARMOR_PIERCING_BYPASSEDArmor piercing value that will bypass any armors completely

Define Details

ARMOR_PIERCING_BYPASSED - +

Armor piercing value that will bypass any armors completely

diff --git a/code/__defines/damage.html b/code/__defines/damage.html index a60e739a25b..1bfb5f25b01 100644 --- a/code/__defines/damage.html +++ b/code/__defines/damage.html @@ -14,19 +14,19 @@ — Define Details

code/__defines/damage.dm - +

HEALTH_ROUNDINGThe decimal precision for health values. Health will be rounded against this value.

Define Details

HEALTH_ROUNDING - +

The decimal precision for health values. Health will be rounded against this value.

diff --git a/code/__defines/definition_helpers.html b/code/__defines/definition_helpers.html index d24eaf6ded1..386e504f1dc 100644 --- a/code/__defines/definition_helpers.html +++ b/code/__defines/definition_helpers.html @@ -14,20 +14,20 @@ — Define Details

code/__defines/definition_helpers.dm - +

DEFINE_POSTERDefine a poster's decl and its mapper type

Define Details

DEFINE_POSTER - +

Define a poster's decl and its mapper type

diff --git a/code/__defines/gamemode.html b/code/__defines/gamemode.html index c7eba218cc8..464cec0acdf 100644 --- a/code/__defines/gamemode.html +++ b/code/__defines/gamemode.html @@ -14,19 +14,19 @@ — Define Details

code/__defines/gamemode.dm - +

GHOSTCASTWIZARD

Define Details

GHOSTCAST - +

WIZARD

diff --git a/code/__defines/lists.html b/code/__defines/lists.html index 5e760640956..992f148cff8 100644 --- a/code/__defines/lists.html +++ b/code/__defines/lists.html @@ -14,7 +14,7 @@ — Define Details

code/__defines/lists.dm - +

@@ -29,7 +29,7 @@

code/__defines/lists.dm COMPTYPE: How should the values be compared? Either COMPARE_KEY or COMPARE_VALUE.

Define Details

BINARY_INSERT - +

Binary search sorted insert @@ -39,17 +39,17 @@

BINARY_ COMPARE: The object to compare against, usualy the same as INPUT COMPARISON: The variable on the objects to compare COMPTYPE: How should the values be compared? Either COMPARE_KEY or COMPARE_VALUE.

COMPARE_KEY - +

Passed into BINARY_INSERT to compare keys

COMPARE_VALUE - +

Passed into BINARY_INSERT to compare values

diff --git a/code/__defines/mapping.html b/code/__defines/mapping.html index d6d65f6ea37..567bced3d6b 100644 --- a/code/__defines/mapping.html +++ b/code/__defines/mapping.html @@ -14,19 +14,19 @@ — Define Details

code/__defines/mapping.dm - +

MAP_TEMPLATE_CATEGORY_EXOPLANETMap template categories for mass retrieval.

Define Details

MAP_TEMPLATE_CATEGORY_EXOPLANET - +

Map template categories for mass retrieval.

diff --git a/code/__defines/misc.html b/code/__defines/misc.html index caa6756a678..c2214dd06bf 100644 --- a/code/__defines/misc.html +++ b/code/__defines/misc.html @@ -14,7 +14,7 @@ — Define Details

code/__defines/misc.dm - +

@@ -30,49 +30,49 @@

code/__defines/misc.dm

EXCEPTION_TEXTFormats exceptions into a readable string with all the details.

Define Details

EXCEPTION_TEXT - +

Formats exceptions into a readable string with all the details.

LEVEL_EDGE_CON - +

Enum value for a level edge that's to be connected with another z-level

LEVEL_EDGE_LOOP - +

Enum value for a level edge that's to be looped with the opposite edge

LEVEL_EDGE_NONE - +

Enum value for a level edge that's to be untouched

LEVEL_EDGE_WALL - +

Enum value for a level edge that's to be filled with a wall filler turfs

MOUSE_OPACITY_NORMAL - +

Causes the atom to catch clicks, hovers, etc.

MOUSE_OPACITY_PRIORITY - +

Causes the atom to catch clicks, hovers, etc, taking priority over NORMAL for a shared pointer target.

MOUSE_OPACITY_UNCLICKABLE - +

Causes the atom to ignore clicks, hovers, etc.

RUIN_MAP_EDGE_PAD - +

Extra spacing needed between any random ruins and the transition edge of a level.

TRANSITIONEDGE - +

Width or height of a transition edge area along the map's borders where transition edge turfs are placed to connect levels together.

diff --git a/code/__defines/paperwork.html b/code/__defines/paperwork.html index f9b32db2267..06c2d169f47 100644 --- a/code/__defines/paperwork.html +++ b/code/__defines/paperwork.html @@ -14,7 +14,7 @@ — Define Details

code/__defines/paperwork.dm - +

@@ -23,25 +23,25 @@

code/__defines/paperwork.dm

PEN_FONT_CRAYONThe font for crayon writing
PEN_FONT_FANCY_PENThe font for fancy pen writing

Define Details

PEN_FONT_CRAYON - +

The font for crayon writing

PEN_FONT_DEFAULT - +

The default font for pen writing

PEN_FONT_FANCY_PEN - +

The font for fancy pen writing

PEN_FONT_SIGNATURE - +

The font for default pen signature

diff --git a/code/__defines/spawn.html b/code/__defines/spawn.html index 9b7010856cf..0dbcd6f6b12 100644 --- a/code/__defines/spawn.html +++ b/code/__defines/spawn.html @@ -14,7 +14,7 @@ — Define Details

code/__defines/spawn.dm - +

@@ -23,25 +23,25 @@

code/__defines/spawn.dm

SPAWN_FLAG_JOBS_CAN_SPAWNAllows general job latejoining to use this spawn point.
SPAWN_FLAG_PERSISTENCE_CAN_SPAWNAllows persistence decls (currently just bookcases) to use this spawn point.

Define Details

SPAWN_FLAG_GHOSTS_CAN_SPAWN - +

Allows the spawn point to be used for observers spawning.

SPAWN_FLAG_JOBS_CAN_SPAWN - +

Allows general job latejoining to use this spawn point.

SPAWN_FLAG_PERSISTENCE_CAN_SPAWN - +

Allows persistence decls (currently just bookcases) to use this spawn point.

SPAWN_FLAG_PRISONERS_CAN_SPAWN - +

Allows admin prison releases to use this spawn point.

diff --git a/code/__defines/tools.html b/code/__defines/tools.html index 6dd913dd7c4..4343984eaf5 100644 --- a/code/__defines/tools.html +++ b/code/__defines/tools.html @@ -14,19 +14,19 @@ — Define Details

code/__defines/tools.dm - +

TOOL_PROP_PEN_FONTProperty for pens returns the font the pen uses

Define Details

TOOL_PROP_PEN_FONT - +

Property for pens returns the font the pen uses

diff --git a/code/__defines/turfs.html b/code/__defines/turfs.html index 6fda7cbbd37..78b14b055e8 100644 --- a/code/__defines/turfs.html +++ b/code/__defines/turfs.html @@ -14,7 +14,7 @@ — Define Details

code/__defines/turfs.dm - +

@@ -25,30 +25,30 @@

code/__defines/turfs.dm

WORLD_SIZE_TO_STRINGHelper macro for printing to text the world's x,y,z size to a string.

Define Details

IS_WITHIN_WORLD - +

Helper macro to check if a position is within the world's bounds.

WORLD_CENTER_TURF - +

Helper macro for getting the center turf on a given z-level. Handles rounding.

WORLD_CENTER_X - +

Helper macro for the x coordinate of the turf at the center of the world. Handles rounding.

WORLD_CENTER_Y - +

Helper macro for the y coordinate of the turf at the center of the world. Handles rounding.

WORLD_SIZE_TO_STRING - +

Helper macro for printing to text the world's x,y,z size to a string.

diff --git a/code/__defines/zmimic.html b/code/__defines/zmimic.html index e2850b3a536..ad168deec24 100644 --- a/code/__defines/zmimic.html +++ b/code/__defines/zmimic.html @@ -14,7 +14,7 @@ — Define Details

code/__defines/zmimic.dm - +

@@ -28,45 +28,45 @@

code/__defines/zmimic.dm

ZMM_IGNOREDo not copy this movable.
ZMM_MANGLE_PLANESCheck this movable's overlays/underlays for explicit plane use and mangle for compatibility with Z-Mimic. If you're using emissive overlays, you probably should be using this flag. Expensive, only use if necessary.

Define Details

ZMM_IGNORE - +

Do not copy this movable.

ZMM_MANGLE_PLANES - +

Check this movable's overlays/underlays for explicit plane use and mangle for compatibility with Z-Mimic. If you're using emissive overlays, you probably should be using this flag. Expensive, only use if necessary.

ZM_ALLOW_ATMOS - +

If this turf permits passage of air.

ZM_ALLOW_LIGHTING - +

If this turf should permit passage of lighting.

ZM_MIMIC_BASETURF - +

Mimic baseturf instead of the below atom. Sometimes useful for elevators.

ZM_MIMIC_BELOW - +

If this turf should mimic the turf on the Z below.

ZM_MIMIC_NO_AO - +

If the turf shouldn't apply regular turf AO and only do Z-mimic AO.

ZM_MIMIC_OVERWRITE - +

If this turf is Z-mimicking, overwrite the turf's appearance instead of using a movable. This is faster, but means the turf cannot have its own appearance (say, edges or a translucent sprite).

ZM_NO_OCCLUDE - +

Don't occlude below atoms if we're a non-mimic z-turf.

diff --git a/code/_global_vars/lists/objects.html b/code/_global_vars/lists/objects.html index 5f00c5ae3c6..57a1937cd1e 100644 --- a/code/_global_vars/lists/objects.html +++ b/code/_global_vars/lists/objects.html @@ -14,7 +14,7 @@

code/_global_vars/lists/objects.dm - +

@@ -28,7 +28,7 @@

code/_global_vars/lists/objects.dm

Numbers 0-9.
diff --git a/code/_helpers/game.html b/code/_helpers/game.html index b0c6ea67fb1..b7dd118aa5d 100644 --- a/code/_helpers/game.html +++ b/code/_helpers/game.html @@ -14,7 +14,7 @@

code/_helpers/game.dm - +

@@ -23,7 +23,7 @@

code/_helpers/game.dm around us, then checks the difference.

diff --git a/code/_helpers/gauss.html b/code/_helpers/gauss.html index d0d08cf172f..8d17826b7de 100644 --- a/code/_helpers/gauss.html +++ b/code/_helpers/gauss.html @@ -14,7 +14,7 @@

code/_helpers/gauss.dm - +

@@ -24,7 +24,7 @@

code/_helpers/gauss.dm (making the cost negligble for every second call).

diff --git a/code/_helpers/global_lists.html b/code/_helpers/global_lists.html index 9737ccb0a70..fd4cee7991b 100644 --- a/code/_helpers/global_lists.html +++ b/code/_helpers/global_lists.html @@ -14,7 +14,7 @@

code/_helpers/global_lists.dm - +

@@ -22,7 +22,7 @@

code/_helpers/global_lists.dm

Initial Building
diff --git a/code/_helpers/icons.html b/code/_helpers/icons.html index e8e3638e2b7..c6c27b63793 100644 --- a/code/_helpers/icons.html +++ b/code/_helpers/icons.html @@ -14,7 +14,7 @@

code/_helpers/icons.dm - +

@@ -22,7 +22,7 @@

code/_helpers/icons.dm

Generate_image function generates image of specified range and location:
diff --git a/code/_helpers/lists.html b/code/_helpers/lists.html index 0ca8a276a85..afa03f573f9 100644 --- a/code/_helpers/lists.html +++ b/code/_helpers/lists.html @@ -14,7 +14,7 @@ — Define Details

code/_helpers/lists.dm - +

@@ -26,17 +26,17 @@

code/_helpers/lists.dm

/proc/is_dense_assoc Is this a dense (all keys have non-null values) associative list with at least one entry?

Define Details

DET_DEFINITE - +

the

DET_INDEFINITE - +

a, an, some

diff --git a/code/_helpers/matrices.html b/code/_helpers/matrices.html index 661bf52e41e..d5b0786b060 100644 --- a/code/_helpers/matrices.html +++ b/code/_helpers/matrices.html @@ -14,7 +14,7 @@

code/_helpers/matrices.dm - +

@@ -43,7 +43,7 @@

code/_helpers/matrices.dm

Converts RGB shorthands into RGBA matrices complete of constants rows (ergo a 20 keys list in byond).
diff --git a/code/_helpers/names.html b/code/_helpers/names.html index 22bf0a22882..8674874f5df 100644 --- a/code/_helpers/names.html +++ b/code/_helpers/names.html @@ -14,7 +14,7 @@

code/_helpers/names.dm - +

@@ -24,7 +24,7 @@

code/_helpers/names.dm

Code response for traitors.
diff --git a/code/_helpers/overmap.html b/code/_helpers/overmap.html index 87b109fa016..c38a62b53d0 100644 --- a/code/_helpers/overmap.html +++ b/code/_helpers/overmap.html @@ -14,24 +14,24 @@ — Define Details

code/_helpers/overmap.dm - +

SKYBOX_PLANET_RING_TYPE_SPARSEA lightly populated planetary ring
SKYBOX_PLANET_RING_TYPE_DENSEA densely populated planetary ring

Define Details

SKYBOX_PLANET_RING_TYPE_DENSE - +

A densely populated planetary ring

SKYBOX_PLANET_RING_TYPE_SPARSE - +

A lightly populated planetary ring

diff --git a/code/_helpers/profiling.html b/code/_helpers/profiling.html index 79238ac520a..fdec71bf5b9 100644 --- a/code/_helpers/profiling.html +++ b/code/_helpers/profiling.html @@ -14,7 +14,7 @@ — Define Details

code/_helpers/profiling.dm - +

@@ -22,14 +22,14 @@

code/_helpers/profiling.dm For example, SET_COST_STMT(var/x = do_work())

Define Details

SET_COST_STMT - +

A quick helper for running the code as a statement and profiling its cost. For example, SET_COST_STMT(var/x = do_work())

diff --git a/code/_helpers/text.html b/code/_helpers/text.html index d485de1b685..f3f4a281d12 100644 --- a/code/_helpers/text.html +++ b/code/_helpers/text.html @@ -14,7 +14,7 @@ — Define Details

code/_helpers/text.dm - +

@@ -46,14 +46,14 @@

code/_helpers/text.dm

Properly changes the given word (or the last word of the string) into a plural word. Applies a bunch of exceptions from the english language.

Define Details

strip_improper - +

Strip out the special beyond characters for \proper and \improper from text that will be sent to the browser.

diff --git a/code/_helpers/time.html b/code/_helpers/time.html index 5c3aa987ca4..bebec73399a 100644 --- a/code/_helpers/time.html +++ b/code/_helpers/time.html @@ -14,7 +14,7 @@ — Define Details

code/_helpers/time.dm - +

@@ -23,14 +23,14 @@

code/_helpers/time.dm

/proc/stoplag returns the number of ticks slept

Define Details

DELTA_CALC - +

Increases delay as the server gets more overloaded as sleeps aren't cheap and sleeping only to wake up and sleep again is wasteful

diff --git a/code/_helpers/unsorted.html b/code/_helpers/unsorted.html index 1078244f4d6..4c2228d6bbf 100644 --- a/code/_helpers/unsorted.html +++ b/code/_helpers/unsorted.html @@ -14,7 +14,7 @@

code/_helpers/unsorted.dm - +

@@ -22,7 +22,7 @@

code/_helpers/unsorted.dm

Returns a number string with its ordinal suffix th, st, nd, rd
diff --git a/code/_macros.html b/code/_macros.html index 4f9b220d13a..2792f60f29b 100644 --- a/code/_macros.html +++ b/code/_macros.html @@ -14,20 +14,20 @@ — Define Details

code/_macros.dm - +

ADD_SORTEDInsert an object A into a sorted list using cmp_proc (/code/_helpers/cmp.dm) for comparison.

Define Details

ADD_SORTED - +

Insert an object A into a sorted list using cmp_proc (/code/_helpers/cmp.dm) for comparison.

diff --git a/code/_onclick/hud/human.html b/code/_onclick/hud/human.html index 9d2668688b7..63629647bde 100644 --- a/code/_onclick/hud/human.html +++ b/code/_onclick/hud/human.html @@ -14,14 +14,14 @@

code/_onclick/hud/human.dm - +

/mob/living/carbon/humanBLOOD SYSTEM
diff --git a/code/_onclick/hud/other_mobs.html b/code/_onclick/hud/other_mobs.html index 8ab8293fb10..e9ae132deb6 100644 --- a/code/_onclick/hud/other_mobs.html +++ b/code/_onclick/hud/other_mobs.html @@ -14,7 +14,7 @@

code/_onclick/hud/other_mobs.dm - +

@@ -25,7 +25,7 @@

code/_onclick/hud/other_mobs.dm

/mob/living/simple_animal/construct/harvesterHarvester
diff --git a/code/_onclick/hud/screen/screen_abilities.html b/code/_onclick/hud/screen/screen_abilities.html index c7f857609c1..5472adbce54 100644 --- a/code/_onclick/hud/screen/screen_abilities.html +++ b/code/_onclick/hud/screen/screen_abilities.html @@ -14,7 +14,7 @@

code/_onclick/hud/screen/screen_abilities.dm - +

@@ -23,7 +23,7 @@

code/_onclick/hud/screen/screen_abilities.dm

/obj/screen/ability/obj_basedObj Abilities
diff --git a/code/controllers/failsafe.html b/code/controllers/failsafe.html index fe9cb93a0b4..09a313ad50e 100644 --- a/code/controllers/failsafe.html +++ b/code/controllers/failsafe.html @@ -14,7 +14,7 @@

code/controllers/failsafe.dm - +

@@ -22,7 +22,7 @@

code/controllers/failsafe.dm

Failsafe
diff --git a/code/controllers/hooks-defs.html b/code/controllers/hooks-defs.html index a95771a4c55..efe5e2635fa 100644 --- a/code/controllers/hooks-defs.html +++ b/code/controllers/hooks-defs.html @@ -14,7 +14,7 @@

code/controllers/hooks-defs.dm - +

@@ -65,7 +65,7 @@

code/controllers/hooks-defs.dm Parameters: var/datum/submap/submap, var/datum/job/job, var/mob/living/character

diff --git a/code/controllers/hooks.html b/code/controllers/hooks.html index e5e95bbbc01..6222d457f42 100644 --- a/code/controllers/hooks.html +++ b/code/controllers/hooks.html @@ -14,7 +14,7 @@

code/controllers/hooks.dm - +

@@ -23,7 +23,7 @@

code/controllers/hooks.dm Implements hooks, a simple way to run code on pre-defined events.

diff --git a/code/controllers/master.html b/code/controllers/master.html index 149e1c4ba74..eb04cd1d5ef 100644 --- a/code/controllers/master.html +++ b/code/controllers/master.html @@ -14,7 +14,7 @@

code/controllers/master.dm - +

@@ -22,7 +22,7 @@

code/controllers/master.dm

StonedMC
diff --git a/code/controllers/subsystem.html b/code/controllers/subsystem.html index b4498f4d32c..794b52764a6 100644 --- a/code/controllers/subsystem.html +++ b/code/controllers/subsystem.html @@ -14,14 +14,14 @@

code/controllers/subsystem.dm - +

A stringified version of the variable name for this subsystem. Used by the processing subsystem to make sure is_processing is unset properly.

diff --git a/code/controllers/subsystems/daycycle.html b/code/controllers/subsystems/daycycle.html index a9e0fd44cf0..40e8db48af8 100644 --- a/code/controllers/subsystems/daycycle.html +++ b/code/controllers/subsystems/daycycle.html @@ -14,7 +14,7 @@

code/controllers/subsystems/daycycle.dm - +

@@ -23,7 +23,7 @@

code/controllers/subsystems/daycycle.dm

/datum/ssdaycycle_registeredData on a set of z-levels getting daylight updates
diff --git a/code/controllers/subsystems/garbage.html b/code/controllers/subsystems/garbage.html index 60ed0a5c518..248a33a21e6 100644 --- a/code/controllers/subsystems/garbage.html +++ b/code/controllers/subsystems/garbage.html @@ -14,7 +14,7 @@

code/controllers/subsystems/garbage.dm - +

@@ -29,7 +29,7 @@

code/controllers/subsystems/garbage.dm

Number of times it was destroyed before Initialize().

diff --git a/code/controllers/subsystems/timer.html b/code/controllers/subsystems/timer.html index 4f1d9fae43b..521129f3e0b 100644 --- a/code/controllers/subsystems/timer.html +++ b/code/controllers/subsystems/timer.html @@ -14,7 +14,7 @@ — Define Details

code/controllers/subsystems/timer.dm - +

@@ -34,27 +34,27 @@

code/controllers/subsystems/timer.dm

/proc/timeleft Get the remaining deciseconds on a timer

Define Details

BUCKET_LEN - +

Controls how many buckets should be kept, each representing a tick. (1 minutes worth)

BUCKET_POS - +

Helper for getting the correct bucket for a given timer

TIMER_ID_MAX - +

Max float with integer precision

TIMER_MAX - +

Gets the maximum time at which timers will be invoked from buckets, used for deferring to secondary queue

diff --git a/code/datums/ai_law_sets.html b/code/datums/ai_law_sets.html index 69b6caddeec..e5cbbacf0fb 100644 --- a/code/datums/ai_law_sets.html +++ b/code/datums/ai_law_sets.html @@ -14,7 +14,7 @@

code/datums/ai_law_sets.dm - +

@@ -28,7 +28,7 @@

code/datums/ai_law_sets.dm

/datum/ai_laws/paladinP.A.L.A.D.I.N.
diff --git a/code/datums/browser.html b/code/datums/browser.html index 6f0a1b52b6a..92e2615f5a0 100644 --- a/code/datums/browser.html +++ b/code/datums/browser.html @@ -14,7 +14,7 @@

code/datums/browser.dm - +

@@ -23,7 +23,7 @@

code/datums/browser.dm this will be called when the close-button of a window is pressed.

diff --git a/code/datums/callbacks.html b/code/datums/callbacks.html index 1fac674245e..e12c3a10875 100644 --- a/code/datums/callbacks.html +++ b/code/datums/callbacks.html @@ -14,14 +14,14 @@

code/datums/callbacks.dm - +

/datum/callbackA datum that holds a proc to be called on another object, used to track proccalls to other objects
diff --git a/code/datums/category.html b/code/datums/category.html index f1f785c5d79..05cf7756f2b 100644 --- a/code/datums/category.html +++ b/code/datums/category.html @@ -14,7 +14,7 @@

code/datums/category.dm - +

@@ -23,7 +23,7 @@

code/datums/category.dm

/datum/category_itemCategory Items
diff --git a/code/datums/extensions/extensions.html b/code/datums/extensions/extensions.html index 9eba69d0003..eff66a10a92 100644 --- a/code/datums/extensions/extensions.html +++ b/code/datums/extensions/extensions.html @@ -14,7 +14,7 @@

code/datums/extensions/extensions.dm - +

@@ -22,7 +22,7 @@

code/datums/extensions/extensions.dm

Copy the extension instance on the 'source' and put it on the 'destination'.
diff --git a/code/datums/extensions/scent/_scent.html b/code/datums/extensions/scent/_scent.html index 5c0d48ff684..3048bf2f2e9 100644 --- a/code/datums/extensions/scent/_scent.html +++ b/code/datums/extensions/scent/_scent.html @@ -14,7 +14,7 @@

code/datums/extensions/scent/_scent.dm - +

@@ -35,7 +35,7 @@

code/datums/extensions/scent/_scent.dm To add a scent extension to an atom using a reagent's info, where R. is the reagent, use set_scent_by_reagents().

diff --git a/code/datums/mil_ranks.html b/code/datums/mil_ranks.html index ca552cb4e1d..e15828f714f 100644 --- a/code/datums/mil_ranks.html +++ b/code/datums/mil_ranks.html @@ -14,7 +14,7 @@

code/datums/mil_ranks.dm - +

@@ -25,7 +25,7 @@

code/datums/mil_ranks.dm

/datum/mil_rankA military rank
diff --git a/code/datums/mind/memory.html b/code/datums/mind/memory.html index 9732bd16d44..215b9258089 100644 --- a/code/datums/mind/memory.html +++ b/code/datums/mind/memory.html @@ -14,7 +14,7 @@

code/datums/mind/memory.dm - +

@@ -22,7 +22,7 @@

code/datums/mind/memory.dm

/decl/memory_optionsMemory Options
diff --git a/code/datums/movement/movement.html b/code/datums/movement/movement.html index 1bd8fc38533..2b30bcfaaac 100644 --- a/code/datums/movement/movement.html +++ b/code/datums/movement/movement.html @@ -14,14 +14,14 @@

code/datums/movement/movement.dm - +

/datum/movement_handler/mob/mob
diff --git a/code/datums/movement/robot.html b/code/datums/movement/robot.html index bdada2b380b..bb5a4d622ad 100644 --- a/code/datums/movement/robot.html +++ b/code/datums/movement/robot.html @@ -14,14 +14,14 @@

code/datums/movement/robot.dm - +

/datum/movement_handler/robot/robot
diff --git a/code/datums/observation/entered.html b/code/datums/observation/entered.html index 28353b3bcd4..dba68a51ddf 100644 --- a/code/datums/observation/entered.html +++ b/code/datums/observation/entered.html @@ -14,14 +14,14 @@

code/datums/observation/entered.dm - +

/decl/observ/enteredDismembered Handling
diff --git a/code/datums/observation/sight_set.html b/code/datums/observation/sight_set.html index 69571bd3eca..f7904fd6bce 100644 --- a/code/datums/observation/sight_set.html +++ b/code/datums/observation/sight_set.html @@ -14,14 +14,14 @@

code/datums/observation/sight_set.dm - +

/decl/observ/sight_setShuttle Moved/Pre Move Handling
diff --git a/code/datums/outfits/equipment/backpacks.html b/code/datums/outfits/equipment/backpacks.html index bbf25f43c36..eaad3a1f9e3 100644 --- a/code/datums/outfits/equipment/backpacks.html +++ b/code/datums/outfits/equipment/backpacks.html @@ -14,7 +14,7 @@

code/datums/outfits/equipment/backpacks.dm - +

@@ -24,7 +24,7 @@

code/datums/outfits/equipment/backpacks.dm

Helpers
diff --git a/code/datums/repositories/follow.html b/code/datums/repositories/follow.html index 3696e968f83..3cd10708623 100644 --- a/code/datums/repositories/follow.html +++ b/code/datums/repositories/follow.html @@ -14,14 +14,14 @@

code/datums/repositories/follow.dm - +

/datum/follow_holderFollow Metadata
diff --git a/code/datums/underwear/underwear.html b/code/datums/underwear/underwear.html index 72120ff4d9a..64119bb0b2d 100644 --- a/code/datums/underwear/underwear.html +++ b/code/datums/underwear/underwear.html @@ -14,7 +14,7 @@

code/datums/underwear/underwear.dm - +

@@ -23,7 +23,7 @@

code/datums/underwear/underwear.dm

/datum/category_item/underwearCategory entries
diff --git a/code/datums/uplink/ammunition.html b/code/datums/uplink/ammunition.html index 500af2e6235..241dd9fcfbd 100644 --- a/code/datums/uplink/ammunition.html +++ b/code/datums/uplink/ammunition.html @@ -14,14 +14,14 @@

code/datums/uplink/ammunition.dm - +

/datum/uplink_item/item/ammoAmmunition
diff --git a/code/datums/uplink/badassery.html b/code/datums/uplink/badassery.html index 46c41d1c11f..2b43f6be01d 100644 --- a/code/datums/uplink/badassery.html +++ b/code/datums/uplink/badassery.html @@ -14,7 +14,7 @@

code/datums/uplink/badassery.dm - +

@@ -23,7 +23,7 @@

code/datums/uplink/badassery.dm

/datum/uplink_item/item/badassery/surplusSurplus Crate
diff --git a/code/datums/uplink/devices and tools.html b/code/datums/uplink/devices and tools.html index 03bb57a8d0e..cc2f99a628b 100644 --- a/code/datums/uplink/devices and tools.html +++ b/code/datums/uplink/devices and tools.html @@ -14,14 +14,14 @@

code/datums/uplink/devices and tools.dm - +

/datum/uplink_item/item/toolsDevices and Tools
diff --git a/code/datums/uplink/grenades.html b/code/datums/uplink/grenades.html index 3f329e7565c..fd04b933279 100644 --- a/code/datums/uplink/grenades.html +++ b/code/datums/uplink/grenades.html @@ -14,14 +14,14 @@

code/datums/uplink/grenades.dm - +

/datum/uplink_item/item/grenadesGrenades
diff --git a/code/datums/uplink/hardsuit_modules.html b/code/datums/uplink/hardsuit_modules.html index db83fcbbb24..15f1514d87f 100644 --- a/code/datums/uplink/hardsuit_modules.html +++ b/code/datums/uplink/hardsuit_modules.html @@ -14,14 +14,14 @@

code/datums/uplink/hardsuit_modules.dm - +

/datum/uplink_item/item/hardsuit_modulesHardsuit Modules
diff --git a/code/datums/uplink/highly_visible_and_dangerous_weapons.html b/code/datums/uplink/highly_visible_and_dangerous_weapons.html index 28d15a8df52..706b8fb5654 100644 --- a/code/datums/uplink/highly_visible_and_dangerous_weapons.html +++ b/code/datums/uplink/highly_visible_and_dangerous_weapons.html @@ -14,14 +14,14 @@

code/datums/uplink/highly_visible_and_dangerous_weapons.dm - +

/datum/uplink_item/item/visible_weaponsHighly Visible and Dangerous Weapons
diff --git a/code/datums/uplink/implants.html b/code/datums/uplink/implants.html index 3cdd0bef13a..40a42a3cf15 100644 --- a/code/datums/uplink/implants.html +++ b/code/datums/uplink/implants.html @@ -14,14 +14,14 @@

code/datums/uplink/implants.dm - +

/datum/uplink_item/item/implantsImplants
diff --git a/code/datums/uplink/medical.html b/code/datums/uplink/medical.html index 3f16c51b6e7..6ecab6cd626 100644 --- a/code/datums/uplink/medical.html +++ b/code/datums/uplink/medical.html @@ -14,14 +14,14 @@

code/datums/uplink/medical.dm - +

/datum/uplink_item/item/medicalMedical
diff --git a/code/datums/uplink/services.html b/code/datums/uplink/services.html index eeff8f32443..04550604ed7 100644 --- a/code/datums/uplink/services.html +++ b/code/datums/uplink/services.html @@ -14,7 +14,7 @@ — Define Details

code/datums/uplink/services.dm - +

@@ -26,13 +26,13 @@

code/datums/uplink/services.dm

/obj/item/uplink_service/fake_update_announcementFake CentCom Annoncement
/obj/item/uplink_service/fake_crew_announcementFake Crew Records/Announcement

Define Details

AWAITING_ACTIVATION - +

Service Item

diff --git a/code/datums/uplink/stealth_and_camouflage_items.html b/code/datums/uplink/stealth_and_camouflage_items.html index b6de6f71a7b..cdbe5ea1dcb 100644 --- a/code/datums/uplink/stealth_and_camouflage_items.html +++ b/code/datums/uplink/stealth_and_camouflage_items.html @@ -14,14 +14,14 @@

code/datums/uplink/stealth_and_camouflage_items.dm - +

/datum/uplink_item/item/stealth_itemsStealth and Camouflage Items
diff --git a/code/datums/uplink/stealthy_and_inconspicuous_weapons.html b/code/datums/uplink/stealthy_and_inconspicuous_weapons.html index c043fc82438..4dfe4bd12fe 100644 --- a/code/datums/uplink/stealthy_and_inconspicuous_weapons.html +++ b/code/datums/uplink/stealthy_and_inconspicuous_weapons.html @@ -14,14 +14,14 @@

code/datums/uplink/stealthy_and_inconspicuous_weapons.dm - +

/datum/uplink_item/item/stealthy_weaponsStealthy and Inconspicuous Weapons
diff --git a/code/datums/uplink/telecrystals.html b/code/datums/uplink/telecrystals.html index 9d6833927c9..f9167e13e69 100644 --- a/code/datums/uplink/telecrystals.html +++ b/code/datums/uplink/telecrystals.html @@ -14,14 +14,14 @@

code/datums/uplink/telecrystals.dm - +

/datum/uplink_item/item/telecrystalTelecrystals
diff --git a/code/datums/uplink/uplink_items.html b/code/datums/uplink/uplink_items.html index 388cb78f0ca..b3c2288e644 100644 --- a/code/datums/uplink/uplink_items.html +++ b/code/datums/uplink/uplink_items.html @@ -14,7 +14,7 @@

code/datums/uplink/uplink_items.dm - +

@@ -22,7 +22,7 @@

code/datums/uplink/uplink_items.dm

Support procs
diff --git a/code/datums/vending/vending.html b/code/datums/vending/vending.html index ec20900e219..fd018b07678 100644 --- a/code/datums/vending/vending.html +++ b/code/datums/vending/vending.html @@ -14,14 +14,14 @@

code/datums/vending/vending.dm - +

/datum/stored_items/vending_productsDatum used to hold information about a product in a vending machine
diff --git a/code/game/area/areas.html b/code/game/area/areas.html index e1e97618b58..4ec8785df2b 100644 --- a/code/game/area/areas.html +++ b/code/game/area/areas.html @@ -14,7 +14,7 @@

code/game/area/areas.dm - +

@@ -22,7 +22,7 @@

code/game/area/areas.dm

This list of names is here to make sure we don't state our descriptive blurb to a person more than once.
diff --git a/code/game/dna/dna2.html b/code/game/dna/dna2.html index c8ee28dc398..967fa7a10d3 100644 --- a/code/game/dna/dna2.html +++ b/code/game/dna/dna2.html @@ -14,20 +14,20 @@ — Define Details

code/game/dna/dna2.dm - +

DNA_OFF_LOWERBOUNDDNA 2: The Spaghetti Strikes Back

Define Details

DNA_OFF_LOWERBOUND - +

DNA 2: The Spaghetti Strikes Back

@author N3X15 nexisentertainment@gmail.com

diff --git a/code/game/gamemodes/calamity/calamity.html b/code/game/gamemodes/calamity/calamity.html index 6881f2dfe8b..a33da79e308 100644 --- a/code/game/gamemodes/calamity/calamity.html +++ b/code/game/gamemodes/calamity/calamity.html @@ -14,14 +14,14 @@

code/game/gamemodes/calamity/calamity.dm - +

/decl/game_mode/calamity.
diff --git a/code/game/gamemodes/endgame/endgame.html b/code/game/gamemodes/endgame/endgame.html index 866a008439d..fdd13aeffcd 100644 --- a/code/game/gamemodes/endgame/endgame.html +++ b/code/game/gamemodes/endgame/endgame.html @@ -14,14 +14,14 @@

code/game/gamemodes/endgame/endgame.dm - +

/datum/universal_stateENDGAME STUFF
diff --git a/code/game/gamemodes/endgame/supermatter_cascade/portal.html b/code/game/gamemodes/endgame/supermatter_cascade/portal.html index e5ddfb6ed3e..40d2c8971fb 100644 --- a/code/game/gamemodes/endgame/supermatter_cascade/portal.html +++ b/code/game/gamemodes/endgame/supermatter_cascade/portal.html @@ -14,14 +14,14 @@

code/game/gamemodes/endgame/supermatter_cascade/portal.dm - +

/obj/effect/wormhole_exitEXIT PORTAL
diff --git a/code/game/jobs/access_datum.html b/code/game/jobs/access_datum.html index fe6338e5b30..40cdaa0f54a 100644 --- a/code/game/jobs/access_datum.html +++ b/code/game/jobs/access_datum.html @@ -14,7 +14,7 @@

code/game/jobs/access_datum.dm - +

@@ -28,7 +28,7 @@

code/game/jobs/access_datum.dm

Misc
diff --git a/code/game/machinery/Sleeper.html b/code/game/machinery/Sleeper.html index 2fa4a9feef6..3349a8bfdbf 100644 --- a/code/game/machinery/Sleeper.html +++ b/code/game/machinery/Sleeper.html @@ -14,14 +14,14 @@

code/game/machinery/Sleeper.dm - +

/obj/machinery/sleeperWe have only 6 rod overlays, so lets clamp it.
diff --git a/code/game/machinery/_machines_base/stock_parts/card_reader.html b/code/game/machinery/_machines_base/stock_parts/card_reader.html index 5e384154e20..6d2905df39d 100644 --- a/code/game/machinery/_machines_base/stock_parts/card_reader.html +++ b/code/game/machinery/_machines_base/stock_parts/card_reader.html @@ -14,14 +14,14 @@

code/game/machinery/_machines_base/stock_parts/card_reader.dm - +

/obj/item/stock_parts/item_holder/card_readerStock part for accessing/holding the subtypes of /obj/item/card.
diff --git a/code/game/machinery/_machines_base/stock_parts/disk_reader.html b/code/game/machinery/_machines_base/stock_parts/disk_reader.html index 5c15f8dbfcf..5d3c0bd5892 100644 --- a/code/game/machinery/_machines_base/stock_parts/disk_reader.html +++ b/code/game/machinery/_machines_base/stock_parts/disk_reader.html @@ -14,14 +14,14 @@

code/game/machinery/_machines_base/stock_parts/disk_reader.dm - +

/obj/item/stock_parts/item_holder/disk_readerStock part for reading/writing to an inserted data disk.
diff --git a/code/game/machinery/_machines_base/stock_parts/item_holder.html b/code/game/machinery/_machines_base/stock_parts/item_holder.html index ca1ed3950ec..9c60161f7e0 100644 --- a/code/game/machinery/_machines_base/stock_parts/item_holder.html +++ b/code/game/machinery/_machines_base/stock_parts/item_holder.html @@ -14,14 +14,14 @@

code/game/machinery/_machines_base/stock_parts/item_holder.dm - +

/obj/item/stock_parts/item_holderBase class for stock parts that allow an item to be inserted while the maintenance panel is closed.
diff --git a/code/game/machinery/constructable_frame.html b/code/game/machinery/constructable_frame.html index 2826766cb3c..7030ddf7b31 100644 --- a/code/game/machinery/constructable_frame.html +++ b/code/game/machinery/constructable_frame.html @@ -14,14 +14,14 @@

code/game/machinery/constructable_frame.dm - +

/obj/machinery/constructable_frameMade into a seperate type to make future revisions easier.
diff --git a/code/game/machinery/doors/airlock_control.html b/code/game/machinery/doors/airlock_control.html index 3451f3c0586..435ef24a828 100644 --- a/code/game/machinery/doors/airlock_control.html +++ b/code/game/machinery/doors/airlock_control.html @@ -14,14 +14,14 @@

code/game/machinery/doors/airlock_control.dm - +

/obj/machinery/button/access/interiorWhether the master airlock controller is actually cycling so we can update our icon
diff --git a/code/game/machinery/embedded_controller/airlock_controllers_dummy.html b/code/game/machinery/embedded_controller/airlock_controllers_dummy.html index ce3fe566884..4df1875f409 100644 --- a/code/game/machinery/embedded_controller/airlock_controllers_dummy.html +++ b/code/game/machinery/embedded_controller/airlock_controllers_dummy.html @@ -14,14 +14,14 @@

code/game/machinery/embedded_controller/airlock_controllers_dummy.dm - +

/obj/machinery/dummy_airlock_controllerProvides remote access to a controller (since they must be unique).
diff --git a/code/game/machinery/embedded_controller/airlock_docking_controller_multi.html b/code/game/machinery/embedded_controller/airlock_docking_controller_multi.html index 88737e9f44b..2883b20c639 100644 --- a/code/game/machinery/embedded_controller/airlock_docking_controller_multi.html +++ b/code/game/machinery/embedded_controller/airlock_docking_controller_multi.html @@ -14,14 +14,14 @@

code/game/machinery/embedded_controller/airlock_docking_controller_multi.dm - +

/obj/machinery/embedded_controller/radio/docking_port_multi** DEBUG VERBS ***
diff --git a/code/game/machinery/embedded_controller/tin_can.html b/code/game/machinery/embedded_controller/tin_can.html index aa9a2d1728a..e529b2f51d8 100644 --- a/code/game/machinery/embedded_controller/tin_can.html +++ b/code/game/machinery/embedded_controller/tin_can.html @@ -14,13 +14,13 @@ — Define Details

code/game/machinery/embedded_controller/tin_can.dm - +

STATE_FILL** DEBUG VERBS ***

Define Details

STATE_FILL - +

** DEBUG VERBS ***

@@ -47,7 +47,7 @@

STATE_FILL src.program:initiate_undocking()

diff --git a/code/game/machinery/holosign.html b/code/game/machinery/holosign.html index 243f8704cd7..84bf7d6f32a 100644 --- a/code/game/machinery/holosign.html +++ b/code/game/machinery/holosign.html @@ -14,7 +14,7 @@

code/game/machinery/holosign.dm - +

@@ -22,7 +22,7 @@

code/game/machinery/holosign.dm

/obj/machinery/button/holosignSWITCH
diff --git a/code/game/machinery/requests_console.html b/code/game/machinery/requests_console.html index 9ab4d008bc2..d7fb292bb61 100644 --- a/code/game/machinery/requests_console.html +++ b/code/game/machinery/requests_console.html @@ -14,20 +14,20 @@ — Define Details

code/game/machinery/requests_console.dm - +

RCS_MAINMENURequests Console

Define Details

RCS_MAINMENU - +

Requests Console

Originally written by errorage, updated by: Carn, needs more work though. I just added some security fixes

diff --git a/code/game/machinery/self_destruct_storage.html b/code/game/machinery/self_destruct_storage.html index bc0ed277452..7bf80a04c1c 100644 --- a/code/game/machinery/self_destruct_storage.html +++ b/code/game/machinery/self_destruct_storage.html @@ -14,14 +14,14 @@

code/game/machinery/self_destruct_storage.dm - +

/obj/machinery/nuclear_cylinder_storage/prefilledSpecial subtype for mapping.
diff --git a/code/game/machinery/vending/_vending.html b/code/game/machinery/vending/_vending.html index b14094495c5..50ea974d8af 100644 --- a/code/game/machinery/vending/_vending.html +++ b/code/game/machinery/vending/_vending.html @@ -14,14 +14,14 @@

code/game/machinery/vending/_vending.dm - +

/obj/machinery/vendingA vending machine
diff --git a/code/game/machinery/wall_frames.html b/code/game/machinery/wall_frames.html index d770b950ee5..c37a4c64c61 100644 --- a/code/game/machinery/wall_frames.html +++ b/code/game/machinery/wall_frames.html @@ -14,14 +14,14 @@

code/game/machinery/wall_frames.dm - +

/obj/item/frame/button/airlock_controller_configBase class for handling configurable airlock devices frames that want to get configuration info from an airlock controller
diff --git a/code/game/objects/effects/decals/posters/_poster.html b/code/game/objects/effects/decals/posters/_poster.html index 3674178dd50..b481248a3eb 100644 --- a/code/game/objects/effects/decals/posters/_poster.html +++ b/code/game/objects/effects/decals/posters/_poster.html @@ -14,7 +14,7 @@

code/game/objects/effects/decals/posters/_poster.dm - +

@@ -22,7 +22,7 @@

code/game/objects/effects/decals/posters/_poster.dm

/obj/item/posterA rolled up version of the wall-mounted poster structure
diff --git a/code/game/objects/effects/decals/posters/_poster_design.html b/code/game/objects/effects/decals/posters/_poster_design.html index 8915900d934..89c13c7cfca 100644 --- a/code/game/objects/effects/decals/posters/_poster_design.html +++ b/code/game/objects/effects/decals/posters/_poster_design.html @@ -14,14 +14,14 @@

code/game/objects/effects/decals/posters/_poster_design.dm - +

/decl/poster_designContains information on what a poster displays.
diff --git a/code/game/objects/effects/effect_system.html b/code/game/objects/effects/effect_system.html index 17db6a490fb..11be3759082 100644 --- a/code/game/objects/effects/effect_system.html +++ b/code/game/objects/effects/effect_system.html @@ -14,7 +14,7 @@

code/game/objects/effects/effect_system.dm - +

@@ -26,7 +26,7 @@

code/game/objects/effects/effect_system.dm

/datum/effect/effect/system/trail/steamAttach a steam trail to an object (eg. a reacting beaker) that will follow it
diff --git a/code/game/objects/items/devices/multitool.html b/code/game/objects/items/devices/multitool.html index b48bd2e09f4..70922d5bf42 100644 --- a/code/game/objects/items/devices/multitool.html +++ b/code/game/objects/items/devices/multitool.html @@ -14,14 +14,14 @@

code/game/objects/items/devices/multitool.dm - +

/obj/item/multitoolMultitool -- A multitool is used for hacking electronic devices.
diff --git a/code/game/objects/items/devices/radio/radio_analog.html b/code/game/objects/items/devices/radio/radio_analog.html index a3276d24358..86ce4db8367 100644 --- a/code/game/objects/items/devices/radio/radio_analog.html +++ b/code/game/objects/items/devices/radio/radio_analog.html @@ -14,7 +14,7 @@

code/game/objects/items/devices/radio/radio_analog.dm - +

@@ -23,7 +23,7 @@

code/game/objects/items/devices/radio/radio_analog.dm Assume all the radios in the list are eligible; we just care about mobs

diff --git a/code/game/objects/items/flashlights/misc.html b/code/game/objects/items/flashlights/misc.html index cee83a5d0e1..7c3b8f501e0 100644 --- a/code/game/objects/items/flashlights/misc.html +++ b/code/game/objects/items/flashlights/misc.html @@ -14,14 +14,14 @@

code/game/objects/items/flashlights/misc.dm - +

/obj/item/flashlight/lanternLantern
diff --git a/code/game/objects/items/robot/robot_items.html b/code/game/objects/items/robot/robot_items.html index fcd21e0c12a..238c37c1a74 100644 --- a/code/game/objects/items/robot/robot_items.html +++ b/code/game/objects/items/robot/robot_items.html @@ -14,7 +14,7 @@

code/game/objects/items/robot/robot_items.dm - +

@@ -22,7 +22,7 @@

code/game/objects/items/robot/robot_items.dm

/obj/item/borg/sightHUD/SIGHT things
diff --git a/code/game/objects/items/weapons/AI_modules.html b/code/game/objects/items/weapons/AI_modules.html index 829f34e02f2..e589a1bea45 100644 --- a/code/game/objects/items/weapons/AI_modules.html +++ b/code/game/objects/items/weapons/AI_modules.html @@ -14,7 +14,7 @@

code/game/objects/items/weapons/AI_modules.dm - +

@@ -37,7 +37,7 @@

code/game/objects/items/weapons/AI_modules.dm

/obj/item/aiModule/antimovAntimov
diff --git a/code/game/objects/items/weapons/lighter.html b/code/game/objects/items/weapons/lighter.html index e15510f5c3b..16015d4ca2e 100644 --- a/code/game/objects/items/weapons/lighter.html +++ b/code/game/objects/items/weapons/lighter.html @@ -14,14 +14,14 @@

code/game/objects/items/weapons/lighter.dm - +

/obj/item/flame/lighter/zippoZippo
diff --git a/code/game/objects/items/weapons/tanks/tanks.html b/code/game/objects/items/weapons/tanks/tanks.html index 9aa2ea712ff..f3d6dc4fcce 100644 --- a/code/game/objects/items/weapons/tanks/tanks.html +++ b/code/game/objects/items/weapons/tanks/tanks.html @@ -14,14 +14,14 @@

code/game/objects/items/weapons/tanks/tanks.dm - +

/obj/item/tankassemblyproxyPulled from rewritten bomb.dm
diff --git a/code/game/objects/items/weapons/tape.html b/code/game/objects/items/weapons/tape.html index dd36d56e13c..36835c8c1de 100644 --- a/code/game/objects/items/weapons/tape.html +++ b/code/game/objects/items/weapons/tape.html @@ -14,14 +14,14 @@

code/game/objects/items/weapons/tape.dm - +

/obj/item/stack/tape_rollBase class for all things tape, with a limit amount of uses.
diff --git a/code/game/objects/items/weapons/weldbackpack.html b/code/game/objects/items/weapons/weldbackpack.html index 907ab6f3214..5f431c490d2 100644 --- a/code/game/objects/items/weapons/weldbackpack.html +++ b/code/game/objects/items/weapons/weldbackpack.html @@ -14,14 +14,14 @@

code/game/objects/items/weapons/weldbackpack.dm - +

/obj/item/weldingtool/weldpackWelder specifically for the welder pack.
diff --git a/code/game/objects/objs_interactions.html b/code/game/objects/objs_interactions.html index 5a808e92fc8..374e14b4195 100644 --- a/code/game/objects/objs_interactions.html +++ b/code/game/objects/objs_interactions.html @@ -14,14 +14,14 @@

code/game/objects/objs_interactions.dm - +

/decl/interaction_handler/rotateInteraction for rotating an object in the world.
diff --git a/code/game/objects/random/date_based.html b/code/game/objects/random/date_based.html index 5099c7543c4..b3a5d4fb1de 100644 --- a/code/game/objects/random/date_based.html +++ b/code/game/objects/random/date_based.html @@ -14,7 +14,7 @@

code/game/objects/random/date_based.dm - +

@@ -23,7 +23,7 @@

code/game/objects/random/date_based.dm

/obj/random/date_based/christmas/treeDate Based Spawners
diff --git a/code/game/objects/structures/signs.html b/code/game/objects/structures/signs.html index a045cd7afe0..a48317b109e 100644 --- a/code/game/objects/structures/signs.html +++ b/code/game/objects/structures/signs.html @@ -14,7 +14,7 @@

code/game/objects/structures/signs.dm - +

@@ -23,7 +23,7 @@

code/game/objects/structures/signs.dm

/obj/structure/signA wall mountable sign structure
diff --git a/code/game/objects/structures/signs/diploma.html b/code/game/objects/structures/signs/diploma.html index e69fdd8b3d7..ef12196bcd1 100644 --- a/code/game/objects/structures/signs/diploma.html +++ b/code/game/objects/structures/signs/diploma.html @@ -14,7 +14,7 @@

code/game/objects/structures/signs/diploma.dm - +

@@ -23,7 +23,7 @@

code/game/objects/structures/signs/diploma.dm

/obj/item/sign/diplomaA displayable diploma
diff --git a/code/game/objects/structures/signs/direction_signs.html b/code/game/objects/structures/signs/direction_signs.html index 4f6c2665036..ac66d45bb28 100644 --- a/code/game/objects/structures/signs/direction_signs.html +++ b/code/game/objects/structures/signs/direction_signs.html @@ -14,7 +14,7 @@

code/game/objects/structures/signs/direction_signs.dm - +

@@ -22,7 +22,7 @@

code/game/objects/structures/signs/direction_signs.dm

/obj/structure/sign/deckA sign for indicating what level is the current level vertically
diff --git a/code/game/objects/structures/signs/paintings.html b/code/game/objects/structures/signs/paintings.html index 4447a3e766f..84983aa8e5b 100644 --- a/code/game/objects/structures/signs/paintings.html +++ b/code/game/objects/structures/signs/paintings.html @@ -14,14 +14,14 @@

code/game/objects/structures/signs/paintings.dm - +

/obj/structure/sign/painting/monkey_paintingA painting of amonkey
diff --git a/code/game/objects/structures/signs/warning_signs.html b/code/game/objects/structures/signs/warning_signs.html index 6dbded6ed9e..4adb13d1356 100644 --- a/code/game/objects/structures/signs/warning_signs.html +++ b/code/game/objects/structures/signs/warning_signs.html @@ -14,14 +14,14 @@

code/game/objects/structures/signs/warning_signs.dm - +

/obj/structure/sign/warningBase warning sign type
diff --git a/code/game/turfs/exterior/exterior_wall.html b/code/game/turfs/exterior/exterior_wall.html index dada5313529..7db2cdc09fd 100644 --- a/code/game/turfs/exterior/exterior_wall.html +++ b/code/game/turfs/exterior/exterior_wall.html @@ -14,7 +14,7 @@

code/game/turfs/exterior/exterior_wall.dm - +

@@ -22,7 +22,7 @@

code/game/turfs/exterior/exterior_wall.dm

List of all the /turf/exterior/wall that exists in the world on all z-levels
diff --git a/code/modules/admin/NewBan.html b/code/modules/admin/NewBan.html index 8ae2e12eed0..09090bd5afc 100644 --- a/code/modules/admin/NewBan.html +++ b/code/modules/admin/NewBan.html @@ -14,7 +14,7 @@

code/modules/admin/NewBan.dm - +

@@ -22,7 +22,7 @@

code/modules/admin/NewBan.dm

DEBUG
diff --git a/code/modules/admin/admin.html b/code/modules/admin/admin.html index 6e14e8f751e..9d287d5a94d 100644 --- a/code/modules/admin/admin.html +++ b/code/modules/admin/admin.html @@ -14,7 +14,7 @@

code/modules/admin/admin.dm - +

@@ -22,7 +22,7 @@

code/modules/admin/admin.dm

ADMIN HELPER PROCS
diff --git a/code/modules/admin/admin_secrets.html b/code/modules/admin/admin_secrets.html index 0f6f0c4e9ae..a27d90a5117 100644 --- a/code/modules/admin/admin_secrets.html +++ b/code/modules/admin/admin_secrets.html @@ -14,7 +14,7 @@

code/modules/admin/admin_secrets.dm - +

@@ -22,7 +22,7 @@

code/modules/admin/admin_secrets.dm

/datum/admin_secret_item/admin_secretPre-defined base items
diff --git a/code/modules/awaymissions/exile.html b/code/modules/awaymissions/exile.html index 7ff295f2d95..ed70340acc8 100644 --- a/code/modules/awaymissions/exile.html +++ b/code/modules/awaymissions/exile.html @@ -14,14 +14,14 @@

code/modules/awaymissions/exile.dm - +

/obj/item/implanter/exileExile implants will allow you to use the station gate, but not return home. This will allow security to exile badguys/for badguys to exile their kill targets
diff --git a/code/modules/awaymissions/gateway.html b/code/modules/awaymissions/gateway.html index fb065f0d370..13e08632465 100644 --- a/code/modules/awaymissions/gateway.html +++ b/code/modules/awaymissions/gateway.html @@ -14,14 +14,14 @@

code/modules/awaymissions/gateway.dm - +

/obj/machinery/gateway/centerawayAway
diff --git a/code/modules/client/preference_setup/global/preferences.html b/code/modules/client/preference_setup/global/preferences.html index f4b2a58b2d5..7489c4252cf 100644 --- a/code/modules/client/preference_setup/global/preferences.html +++ b/code/modules/client/preference_setup/global/preferences.html @@ -14,7 +14,7 @@

code/modules/client/preference_setup/global/preferences.dm - +

@@ -27,7 +27,7 @@

code/modules/client/preference_setup/global/preferences.dm

/datum/client_preference/help_intent_attack_blockingHelp intent attack blocking
diff --git a/code/modules/client/preference_setup/preference_setup.html b/code/modules/client/preference_setup/preference_setup.html index 28f4548ef17..4423d2ef95f 100644 --- a/code/modules/client/preference_setup/preference_setup.html +++ b/code/modules/client/preference_setup/preference_setup.html @@ -14,7 +14,7 @@

code/modules/client/preference_setup/preference_setup.dm - +

@@ -22,7 +22,7 @@

code/modules/client/preference_setup/preference_setup.dm

/datum/category_item/player_setup_itemCategory Item Setup
diff --git a/code/modules/clothing/masks/cig_crafting.html b/code/modules/clothing/masks/cig_crafting.html index f1f496406d0..c448211be04 100644 --- a/code/modules/clothing/masks/cig_crafting.html +++ b/code/modules/clothing/masks/cig_crafting.html @@ -14,14 +14,14 @@

code/modules/clothing/masks/cig_crafting.dm - +

/obj/item/paper/cigPorted Straight from TG. I am not sorry. - BloodyMan //YOU SHOULD BE
diff --git a/code/modules/economy/worth_cash.html b/code/modules/economy/worth_cash.html index 43c655d532e..ffefe4a634e 100644 --- a/code/modules/economy/worth_cash.html +++ b/code/modules/economy/worth_cash.html @@ -14,7 +14,7 @@

code/modules/economy/worth_cash.dm - +

@@ -22,7 +22,7 @@

code/modules/economy/worth_cash.dm

Given a number, returns a representation fit for a 3-digit display.
diff --git a/code/modules/games/cards.html b/code/modules/games/cards.html index 12573eca833..143167a6965 100644 --- a/code/modules/games/cards.html +++ b/code/modules/games/cards.html @@ -14,14 +14,14 @@

code/modules/games/cards.dm - +

/obj/item/hand/missing_cardA special thing that steals a card from a deck, probably lost in maint somewhere.
diff --git a/code/modules/ghosttrap/trap.html b/code/modules/ghosttrap/trap.html index c8377e45c71..291a89334e2 100644 --- a/code/modules/ghosttrap/trap.html +++ b/code/modules/ghosttrap/trap.html @@ -14,7 +14,7 @@

code/modules/ghosttrap/trap.dm - +

@@ -24,7 +24,7 @@

code/modules/ghosttrap/trap.dm

/decl/ghosttrap/wizard_familiarWizard Familiar
diff --git a/code/modules/keybindings.html b/code/modules/keybindings.html index b2ef30bc691..1772771e71a 100644 --- a/code/modules/keybindings.html +++ b/code/modules/keybindings.html @@ -14,7 +14,7 @@

In-code keypress handling system - +

@@ -53,7 +53,7 @@

In-code keypress handling system

diff --git a/code/modules/maps/helper_landmarks.html b/code/modules/maps/helper_landmarks.html index a2f74956389..51e6c1b92be 100644 --- a/code/modules/maps/helper_landmarks.html +++ b/code/modules/maps/helper_landmarks.html @@ -14,14 +14,14 @@

code/modules/maps/helper_landmarks.dm - +

/obj/abstract/landmark/allowed_leakUsed to tell pipe leak unit tests that a leak is intentional. Placed over the pipe that leaks, not the tile missing a pipe.
diff --git a/code/modules/maps/reader.html b/code/modules/maps/reader.html index d10ade51e8a..fd1f3b1f08b 100644 --- a/code/modules/maps/reader.html +++ b/code/modules/maps/reader.html @@ -14,7 +14,7 @@

code/modules/maps/reader.dm - +

@@ -22,7 +22,7 @@

code/modules/maps/reader.dm Variable model is one full map line (e.g /turf/unsimulated/wall{icon_state = "rock"}, /area/mine/explored)

diff --git a/code/modules/maps/template_types/mapped_planet/mapped_planet_template.html b/code/modules/maps/template_types/mapped_planet/mapped_planet_template.html index f23189f4a9d..bbd4341051a 100644 --- a/code/modules/maps/template_types/mapped_planet/mapped_planet_template.html +++ b/code/modules/maps/template_types/mapped_planet/mapped_planet_template.html @@ -14,7 +14,7 @@

code/modules/maps/template_types/mapped_planet/mapped_planet_template.dm - +

@@ -22,7 +22,7 @@

code/modules/maps/template_types/mapped_planet/mapped_planet_template.dm Can be used to load a planetoid from a map file.

diff --git a/code/modules/maps/template_types/random_exoplanet/fauna_generator.html b/code/modules/maps/template_types/random_exoplanet/fauna_generator.html index 00f2cee797c..c47c9ab0e5b 100644 --- a/code/modules/maps/template_types/random_exoplanet/fauna_generator.html +++ b/code/modules/maps/template_types/random_exoplanet/fauna_generator.html @@ -14,14 +14,14 @@

code/modules/maps/template_types/random_exoplanet/fauna_generator.dm - +

/datum/generated_fauna_templateAn internal template to generate randomized planet fauna that's adapted to where it was generated to spawn on.
diff --git a/code/modules/maps/template_types/random_exoplanet/flora_generator.html b/code/modules/maps/template_types/random_exoplanet/flora_generator.html index 4befd008942..015f7026322 100644 --- a/code/modules/maps/template_types/random_exoplanet/flora_generator.html +++ b/code/modules/maps/template_types/random_exoplanet/flora_generator.html @@ -14,7 +14,7 @@

code/modules/maps/template_types/random_exoplanet/flora_generator.dm - +

@@ -23,7 +23,7 @@

code/modules/maps/template_types/random_exoplanet/flora_generator.dm

/datum/planet_flora/randomA randomly generating planet_flora data datum
diff --git a/code/modules/maps/template_types/random_exoplanet/planet_types/barren.html b/code/modules/maps/template_types/random_exoplanet/planet_types/barren.html index 04cd096bb3b..b7ba2e361c1 100644 --- a/code/modules/maps/template_types/random_exoplanet/planet_types/barren.html +++ b/code/modules/maps/template_types/random_exoplanet/planet_types/barren.html @@ -14,7 +14,7 @@

code/modules/maps/template_types/random_exoplanet/planet_types/barren.dm - +

@@ -22,7 +22,7 @@

code/modules/maps/template_types/random_exoplanet/planet_types/barren.dm

/datum/random_map/noise/exoplanet/barrenGenerator for fauna and flora spawners for the surface of the barren exoplanet
diff --git a/code/modules/maps/template_types/random_exoplanet/planet_types/grass.html b/code/modules/maps/template_types/random_exoplanet/planet_types/grass.html index d77452b2342..103b2735957 100644 --- a/code/modules/maps/template_types/random_exoplanet/planet_types/grass.html +++ b/code/modules/maps/template_types/random_exoplanet/planet_types/grass.html @@ -14,7 +14,7 @@

code/modules/maps/template_types/random_exoplanet/planet_types/grass.dm - +

@@ -26,7 +26,7 @@

code/modules/maps/template_types/random_exoplanet/planet_types/grass.dm

/area/exoplanet/grassArea for the grass exoplanet surface
diff --git a/code/modules/maps/template_types/random_exoplanet/planetoid_data.html b/code/modules/maps/template_types/random_exoplanet/planetoid_data.html index 0867ac5e5e3..9084aaf1578 100644 --- a/code/modules/maps/template_types/random_exoplanet/planetoid_data.html +++ b/code/modules/maps/template_types/random_exoplanet/planetoid_data.html @@ -14,7 +14,7 @@

code/modules/maps/template_types/random_exoplanet/planetoid_data.dm - +

@@ -22,7 +22,7 @@

code/modules/maps/template_types/random_exoplanet/planetoid_data.dm

/datum/planetoid_data/randomA randomly generating planetoid_data, used by random planet map_templates
diff --git a/code/modules/maps/template_types/random_exoplanet/random_exoplanet.html b/code/modules/maps/template_types/random_exoplanet/random_exoplanet.html index 34d60b76a33..6d18c499fc4 100644 --- a/code/modules/maps/template_types/random_exoplanet/random_exoplanet.html +++ b/code/modules/maps/template_types/random_exoplanet/random_exoplanet.html @@ -14,14 +14,14 @@

code/modules/maps/template_types/random_exoplanet/random_exoplanet.dm - +

/datum/map_template/planetoid/random/exoplanetRandom map generator for exo planets
diff --git a/code/modules/maps/template_types/random_exoplanet/random_map.html b/code/modules/maps/template_types/random_exoplanet/random_map.html index b8651277d03..61c97199ba6 100644 --- a/code/modules/maps/template_types/random_exoplanet/random_map.html +++ b/code/modules/maps/template_types/random_exoplanet/random_map.html @@ -14,7 +14,7 @@

code/modules/maps/template_types/random_exoplanet/random_map.dm - +

@@ -22,7 +22,7 @@

code/modules/maps/template_types/random_exoplanet/random_map.dm

/datum/random_map/noise/exoplanet/mantleRandom map generator for generating underground planetary levels.
diff --git a/code/modules/maps/template_types/random_exoplanet/random_planet.html b/code/modules/maps/template_types/random_exoplanet/random_planet.html index 5264aebd4e2..97bd1897bf4 100644 --- a/code/modules/maps/template_types/random_exoplanet/random_planet.html +++ b/code/modules/maps/template_types/random_exoplanet/random_planet.html @@ -14,14 +14,14 @@

code/modules/maps/template_types/random_exoplanet/random_planet.dm - +

/datum/map_template/planetoid/randomA randomly generated "tempate" for an planet-like objects. Meant to standardize how random planets are generated so it behave like all other map templates.
diff --git a/code/modules/maps/template_types/random_exoplanet/random_planet_areas.html b/code/modules/maps/template_types/random_exoplanet/random_planet_areas.html index a6e301d2f6d..bfacfbb6397 100644 --- a/code/modules/maps/template_types/random_exoplanet/random_planet_areas.html +++ b/code/modules/maps/template_types/random_exoplanet/random_planet_areas.html @@ -14,7 +14,7 @@

code/modules/maps/template_types/random_exoplanet/random_planet_areas.dm - +

@@ -22,7 +22,7 @@

code/modules/maps/template_types/random_exoplanet/random_planet_areas.dm

/area/exoplanet/undergroundSpoopy undergrounds
diff --git a/code/modules/maps/template_types/random_exoplanet/random_planet_landmarks.html b/code/modules/maps/template_types/random_exoplanet/random_planet_landmarks.html index b7fe1a763b6..666edd41385 100644 --- a/code/modules/maps/template_types/random_exoplanet/random_planet_landmarks.html +++ b/code/modules/maps/template_types/random_exoplanet/random_planet_landmarks.html @@ -14,7 +14,7 @@

code/modules/maps/template_types/random_exoplanet/random_planet_landmarks.dm - +

@@ -22,7 +22,7 @@

code/modules/maps/template_types/random_exoplanet/random_planet_landmarks.dm

/obj/abstract/landmark/exoplanet_spawn/animalLandmarks placed by random map generator
diff --git a/code/modules/maps/template_types/random_exoplanet/random_planet_level_data.html b/code/modules/maps/template_types/random_exoplanet/random_planet_level_data.html index 1d1869cc497..40c520f5062 100644 --- a/code/modules/maps/template_types/random_exoplanet/random_planet_level_data.html +++ b/code/modules/maps/template_types/random_exoplanet/random_planet_level_data.html @@ -14,7 +14,7 @@

code/modules/maps/template_types/random_exoplanet/random_planet_level_data.dm - +

@@ -24,7 +24,7 @@

code/modules/maps/template_types/random_exoplanet/random_planet_level_data.d

/datum/level_data/planetoid/exoplanet/undergroundLevel data for generating underground levels on exoplanets
diff --git a/code/modules/materials/material_sheets.html b/code/modules/materials/material_sheets.html index 524b0159a80..61cfe49f27b 100644 --- a/code/modules/materials/material_sheets.html +++ b/code/modules/materials/material_sheets.html @@ -14,7 +14,7 @@

code/modules/materials/material_sheets.dm - +

@@ -22,7 +22,7 @@

code/modules/materials/material_sheets.dm As with material, these stacks should only set this in Initialize as they are abstract 'shapes' rather than discrete objects.

diff --git a/code/modules/mining/mine_items.html b/code/modules/mining/mine_items.html index b1ff66a50ce..86e62c4fba6 100644 --- a/code/modules/mining/mine_items.html +++ b/code/modules/mining/mine_items.html @@ -14,7 +14,7 @@

code/modules/mining/mine_items.dm - +

@@ -23,7 +23,7 @@

code/modules/mining/mine_items.dm

/obj/item/shovelShovel
diff --git a/code/modules/mining/mine_turfs.html b/code/modules/mining/mine_turfs.html index 339161b64a0..142f240025c 100644 --- a/code/modules/mining/mine_turfs.html +++ b/code/modules/mining/mine_turfs.html @@ -14,14 +14,14 @@

code/modules/mining/mine_turfs.dm - +

/turf/simulated/floor/asteroidAsteroid
diff --git a/code/modules/mining/ore_box.html b/code/modules/mining/ore_box.html index 9b81da46e0c..81ce73cc060 100644 --- a/code/modules/mining/ore_box.html +++ b/code/modules/mining/ore_box.html @@ -14,14 +14,14 @@

code/modules/mining/ore_box.dm - +

/obj/structure/ore_boxOre box
diff --git a/code/modules/mob/floating_message.html b/code/modules/mob/floating_message.html index 3ca53d77ba0..6bfbb2d3715 100644 --- a/code/modules/mob/floating_message.html +++ b/code/modules/mob/floating_message.html @@ -14,7 +14,7 @@ — Define Details

code/modules/mob/floating_message.dm - +

@@ -26,29 +26,29 @@

code/modules/mob/floating_message.dm

/proc/generate_floating_text Get rid of any URL schemes that might cause BYOND to automatically wrap something in an anchor tag

Define Details

CHAT_MESSAGE_EOL_FADE - +

How long the chat message's end of life fading animation will occur for

CHAT_MESSAGE_HEIGHT - +

Max width of chat message in pixels

CHAT_MESSAGE_LIFESPAN - +

How long the chat message will exist prior to any exponential decay

CHAT_MESSAGE_SPAWN_TIME - +

How long the chat message's spawn-in animation will occur for

CHAT_MESSAGE_WIDTH - +

Max width of chat message in pixels

diff --git a/code/modules/mob/living/simple_animal/hostile/giant_spider.html b/code/modules/mob/living/simple_animal/hostile/giant_spider.html index d27cc76b5ca..6be7688ab56 100644 --- a/code/modules/mob/living/simple_animal/hostile/giant_spider.html +++ b/code/modules/mob/living/simple_animal/hostile/giant_spider.html @@ -14,14 +14,14 @@

code/modules/mob/living/simple_animal/hostile/giant_spider.dm - +

/mob/living/simple_animal/hostile/giant_spider/guardGuard caste procs
diff --git a/code/modules/mob/observer/virtual/helpers.html b/code/modules/mob/observer/virtual/helpers.html index d094e6f0c2e..2bf5ff5206c 100644 --- a/code/modules/mob/observer/virtual/helpers.html +++ b/code/modules/mob/observer/virtual/helpers.html @@ -14,7 +14,7 @@

code/modules/mob/observer/virtual/helpers.dm - +

@@ -26,7 +26,7 @@

code/modules/mob/observer/virtual/helpers.dm

View Helpers
diff --git a/code/modules/mob/skills/README_skills.html b/code/modules/mob/skills/README_skills.html index a7794fe1305..a5d099553f6 100644 --- a/code/modules/mob/skills/README_skills.html +++ b/code/modules/mob/skills/README_skills.html @@ -14,7 +14,7 @@

code/modules/mob/skills/README_skills.txt - +

@@ -75,7 +75,7 @@

code/modules/mob/skills/README_skills.txt

diff --git a/code/modules/multiz/level_data.html b/code/modules/multiz/level_data.html index 4ee5d95f76e..74ed82229da 100644 --- a/code/modules/multiz/level_data.html +++ b/code/modules/multiz/level_data.html @@ -14,7 +14,7 @@

code/modules/multiz/level_data.dm - +

@@ -27,7 +27,7 @@

code/modules/multiz/level_data.dm

/obj/abstract/level_data_spawnerMapper helper for spawning a specific level_data datum with the map as it gets loaded
diff --git a/code/modules/multiz/turf_mimic_edge.html b/code/modules/multiz/turf_mimic_edge.html index b89b558b7c9..0bc09e4bda9 100644 --- a/code/modules/multiz/turf_mimic_edge.html +++ b/code/modules/multiz/turf_mimic_edge.html @@ -14,7 +14,7 @@

code/modules/multiz/turf_mimic_edge.dm - +

@@ -34,7 +34,7 @@

code/modules/multiz/turf_mimic_edge.dm

Handles teleporting an atom that touches a transition edge/loop edge.
diff --git a/code/modules/nano/nanoui.html b/code/modules/nano/nanoui.html index 44017eca46a..e0b66323300 100644 --- a/code/modules/nano/nanoui.html +++ b/code/modules/nano/nanoui.html @@ -14,14 +14,14 @@

code/modules/nano/nanoui.dm - +

/datum/nanouiNANO UI FRAMEWORK
diff --git a/code/modules/organs/external/_external.html b/code/modules/organs/external/_external.html index cc5654ed4cf..1a1b802855d 100644 --- a/code/modules/organs/external/_external.html +++ b/code/modules/organs/external/_external.html @@ -14,14 +14,14 @@

code/modules/organs/external/_external.dm - +

/obj/item/organ/externalEXTERNAL ORGANS
diff --git a/code/modules/organs/external/standard.html b/code/modules/organs/external/standard.html index 894335efb00..113518c4f63 100644 --- a/code/modules/organs/external/standard.html +++ b/code/modules/organs/external/standard.html @@ -14,14 +14,14 @@

code/modules/organs/external/standard.dm - +

/obj/item/organ/external/chestORGAN DEFINES
diff --git a/code/modules/organs/external/wounds/wound.html b/code/modules/organs/external/wounds/wound.html index 05d1f5ef1b7..87d9a1806a5 100644 --- a/code/modules/organs/external/wounds/wound.html +++ b/code/modules/organs/external/wounds/wound.html @@ -14,14 +14,14 @@

code/modules/organs/external/wounds/wound.dm - +

/datum/woundWOUNDS
diff --git a/code/modules/organs/external/wounds/wound_types.html b/code/modules/organs/external/wounds/wound_types.html index 1926083be3c..e384396da7a 100644 --- a/code/modules/organs/external/wounds/wound_types.html +++ b/code/modules/organs/external/wounds/wound_types.html @@ -14,7 +14,7 @@

code/modules/organs/external/wounds/wound_types.dm - +

@@ -28,7 +28,7 @@

code/modules/organs/external/wounds/wound_types.dm

/datum/wound/shatterCRYSTALLINE WOUNDS
diff --git a/code/modules/organs/internal/_internal.html b/code/modules/organs/internal/_internal.html index 53c749d7c42..0cfc5f2c0db 100644 --- a/code/modules/organs/internal/_internal.html +++ b/code/modules/organs/internal/_internal.html @@ -14,14 +14,14 @@

code/modules/organs/internal/_internal.dm - +

/obj/item/organ/internalINTERNAL ORGANS DEFINES
diff --git a/code/modules/overmap/_defines.html b/code/modules/overmap/_defines.html index a514b3d7ce3..a847115dddd 100644 --- a/code/modules/overmap/_defines.html +++ b/code/modules/overmap/_defines.html @@ -14,7 +14,7 @@

code/modules/overmap/_defines.dm - +

@@ -22,7 +22,7 @@

code/modules/overmap/_defines.dm

/turf/unsimulated/debug_gridTurf with its map coordinate written on. Handy for debugging.
diff --git a/code/modules/overmap/exoplanets/_exoplanet.html b/code/modules/overmap/exoplanets/_exoplanet.html index d19b0399510..e0e8d7a19b3 100644 --- a/code/modules/overmap/exoplanets/_exoplanet.html +++ b/code/modules/overmap/exoplanets/_exoplanet.html @@ -14,14 +14,14 @@

code/modules/overmap/exoplanets/_exoplanet.dm - +

/obj/effect/overmap/visitable/sector/planetoid/exoplanetHelper subtype for exoplanet overmap markers
diff --git a/code/modules/overmap/planetoids/_planetoids.html b/code/modules/overmap/planetoids/_planetoids.html index 00f6c6667c3..48de0cfa7d6 100644 --- a/code/modules/overmap/planetoids/_planetoids.html +++ b/code/modules/overmap/planetoids/_planetoids.html @@ -14,14 +14,14 @@

code/modules/overmap/planetoids/_planetoids.dm - +

/obj/effect/overmap/visitable/sector/planetoidOvermap marker for a planet-like entity.
diff --git a/code/modules/paperwork/faxmachine.html b/code/modules/paperwork/faxmachine.html index 66c47e5b0eb..10441632715 100644 --- a/code/modules/paperwork/faxmachine.html +++ b/code/modules/paperwork/faxmachine.html @@ -14,7 +14,7 @@

code/modules/paperwork/faxmachine.dm - +

@@ -22,7 +22,7 @@

code/modules/paperwork/faxmachine.dm

Helper for sending a fax from a fax machine to an admin destination.
diff --git a/code/modules/paperwork/helpers.html b/code/modules/paperwork/helpers.html index 40412317c75..10aa100fca2 100644 --- a/code/modules/paperwork/helpers.html +++ b/code/modules/paperwork/helpers.html @@ -14,7 +14,7 @@

code/modules/paperwork/helpers.dm - +

@@ -22,7 +22,7 @@

code/modules/paperwork/helpers.dm

Handles topic interactions shared by folders and clipboard.
diff --git a/code/modules/paperwork/photography.html b/code/modules/paperwork/photography.html index 9cda67f6439..18ed61001b6 100644 --- a/code/modules/paperwork/photography.html +++ b/code/modules/paperwork/photography.html @@ -14,7 +14,7 @@

code/modules/paperwork/photography.dm - +

@@ -24,7 +24,7 @@

code/modules/paperwork/photography.dm

/obj/item/cameracamera
diff --git a/code/modules/paperwork/silicon_photography.html b/code/modules/paperwork/silicon_photography.html index f849475775f..03eb051cfcc 100644 --- a/code/modules/paperwork/silicon_photography.html +++ b/code/modules/paperwork/silicon_photography.html @@ -14,14 +14,14 @@

code/modules/paperwork/silicon_photography.dm - +

/obj/item/camera/siliconcamAI-specific
diff --git a/code/modules/power/geothermal/_geothermal.html b/code/modules/power/geothermal/_geothermal.html index d26c24240c0..7dcc65b085a 100644 --- a/code/modules/power/geothermal/_geothermal.html +++ b/code/modules/power/geothermal/_geothermal.html @@ -14,7 +14,7 @@

code/modules/power/geothermal/_geothermal.dm - +

@@ -23,7 +23,7 @@

code/modules/power/geothermal/_geothermal.dm

/obj/machinery/geothermalA power generator that can create power from being placed on top of a geyser.
diff --git a/code/modules/power/singularity/generator.html b/code/modules/power/singularity/generator.html index 567bcdf5db9..893786146c8 100644 --- a/code/modules/power/singularity/generator.html +++ b/code/modules/power/singularity/generator.html @@ -14,14 +14,14 @@

code/modules/power/singularity/generator.dm - +

/obj/machinery/singularity_generatorSINGULARITY SPAWNER
diff --git a/code/modules/reagents/dispenser/cartridge_presets.html b/code/modules/reagents/dispenser/cartridge_presets.html index ddc6c6715a1..6603dc39323 100644 --- a/code/modules/reagents/dispenser/cartridge_presets.html +++ b/code/modules/reagents/dispenser/cartridge_presets.html @@ -14,7 +14,7 @@ — Define Details

code/modules/reagents/dispenser/cartridge_presets.dm - +

@@ -23,7 +23,7 @@

code/modules/reagents/dispenser/cartridge_presets.dm REAGENT_TYPE: The reagent decl path to fill the cartridge with.

Define Details

DEFINE_CARTRIDGE_FOR_CHEM - +

Helper macro to define a new cartridge type for a given reagent. @@ -31,7 +31,7 @@

diff --git a/code/modules/reagents/reagent_containers.html b/code/modules/reagents/reagent_containers.html index a7eba60cc25..44b66b7eb8f 100644 --- a/code/modules/reagents/reagent_containers.html +++ b/code/modules/reagents/reagent_containers.html @@ -14,14 +14,14 @@

code/modules/reagents/reagent_containers.dm - +

/decl/interaction_handler/empty/chemsEmpty a container onto the floor
diff --git a/code/modules/reagents/reagent_containers/condiment.html b/code/modules/reagents/reagent_containers/condiment.html index 4e5f0bfb0fd..0346d03c314 100644 --- a/code/modules/reagents/reagent_containers/condiment.html +++ b/code/modules/reagents/reagent_containers/condiment.html @@ -14,14 +14,14 @@

code/modules/reagents/reagent_containers/condiment.dm - +

/obj/item/chems/condimentCondiments
diff --git a/code/modules/reagents/reagent_containers/drinks.html b/code/modules/reagents/reagent_containers/drinks.html index f8ed957458e..4450aa88286 100644 --- a/code/modules/reagents/reagent_containers/drinks.html +++ b/code/modules/reagents/reagent_containers/drinks.html @@ -14,7 +14,7 @@

code/modules/reagents/reagent_containers/drinks.dm - +

@@ -24,7 +24,7 @@

code/modules/reagents/reagent_containers/drinks.dm

/obj/item/chems/drinks/teapotpitchers, pots, flasks and cups
diff --git a/code/modules/reagents/reagent_containers/drinks/bottle.html b/code/modules/reagents/reagent_containers/drinks/bottle.html index c006423238b..030fd310cbd 100644 --- a/code/modules/reagents/reagent_containers/drinks/bottle.html +++ b/code/modules/reagents/reagent_containers/drinks/bottle.html @@ -14,7 +14,7 @@

code/modules/reagents/reagent_containers/drinks/bottle.dm - +

@@ -23,7 +23,7 @@

code/modules/reagents/reagent_containers/drinks/bottle.dm

/obj/item/chems/drinks/bottle/orangejuiceJUICES AND STUFF
diff --git a/code/modules/reagents/reagent_containers/drinks/jar.html b/code/modules/reagents/reagent_containers/drinks/jar.html index b6662be35a3..cf82164324a 100644 --- a/code/modules/reagents/reagent_containers/drinks/jar.html +++ b/code/modules/reagents/reagent_containers/drinks/jar.html @@ -14,14 +14,14 @@

code/modules/reagents/reagent_containers/drinks/jar.dm - +

/obj/item/chems/drinks/jarjar
diff --git a/code/modules/reagents/reagent_containers/dropper.html b/code/modules/reagents/reagent_containers/dropper.html index 3606955f3ad..ca066c22098 100644 --- a/code/modules/reagents/reagent_containers/dropper.html +++ b/code/modules/reagents/reagent_containers/dropper.html @@ -14,14 +14,14 @@

code/modules/reagents/reagent_containers/dropper.dm - +

/obj/item/chems/dropperDroppers.
diff --git a/code/modules/reagents/reagent_containers/food.html b/code/modules/reagents/reagent_containers/food.html index 1d22fe800ee..0b275790994 100644 --- a/code/modules/reagents/reagent_containers/food.html +++ b/code/modules/reagents/reagent_containers/food.html @@ -14,14 +14,14 @@

code/modules/reagents/reagent_containers/food.dm - +

/obj/item/chems/foodDroppers. END
diff --git a/code/modules/reagents/reagent_containers/food/sliceable.html b/code/modules/reagents/reagent_containers/food/sliceable.html index b4a80f42f96..3cb963327b2 100644 --- a/code/modules/reagents/reagent_containers/food/sliceable.html +++ b/code/modules/reagents/reagent_containers/food/sliceable.html @@ -14,14 +14,14 @@

code/modules/reagents/reagent_containers/food/sliceable.dm - +

/obj/item/chems/food/sliceA food item slice
diff --git a/code/modules/reagents/reagent_containers/glass.html b/code/modules/reagents/reagent_containers/glass.html index de34052bde1..cc572d3eade 100644 --- a/code/modules/reagents/reagent_containers/glass.html +++ b/code/modules/reagents/reagent_containers/glass.html @@ -14,14 +14,14 @@

code/modules/reagents/reagent_containers/glass.dm - +

/obj/item/chems/glass(Mixing)Glass.
diff --git a/code/modules/reagents/reagent_containers/hypospray.html b/code/modules/reagents/reagent_containers/hypospray.html index d00cc9c23ee..60ee2342ea5 100644 --- a/code/modules/reagents/reagent_containers/hypospray.html +++ b/code/modules/reagents/reagent_containers/hypospray.html @@ -14,7 +14,7 @@

code/modules/reagents/reagent_containers/hypospray.dm - +

@@ -23,7 +23,7 @@

code/modules/reagents/reagent_containers/hypospray.dm

/obj/item/chems/hypospray/autoinjectorAUTOINJECTOR
diff --git a/code/modules/reagents/reagent_containers/pill.html b/code/modules/reagents/reagent_containers/pill.html index 8f3405b04be..dc6983ed582 100644 --- a/code/modules/reagents/reagent_containers/pill.html +++ b/code/modules/reagents/reagent_containers/pill.html @@ -14,7 +14,7 @@

code/modules/reagents/reagent_containers/pill.dm - +

@@ -22,7 +22,7 @@

code/modules/reagents/reagent_containers/pill.dm

/obj/item/chems/pill/bromidePills. END
diff --git a/code/modules/reagents/reagent_containers/spray.html b/code/modules/reagents/reagent_containers/spray.html index 4376fe0d0bd..b92e827214b 100644 --- a/code/modules/reagents/reagent_containers/spray.html +++ b/code/modules/reagents/reagent_containers/spray.html @@ -14,14 +14,14 @@

code/modules/reagents/reagent_containers/spray.dm - +

/decl/interaction_handler/next_spray_amountToggle the spray size and transfer amount between the possible options
diff --git a/code/modules/reagents/reagent_containers/syringes.html b/code/modules/reagents/reagent_containers/syringes.html index 6871c3f593c..55812a72e4d 100644 --- a/code/modules/reagents/reagent_containers/syringes.html +++ b/code/modules/reagents/reagent_containers/syringes.html @@ -14,20 +14,20 @@ — Define Details

code/modules/reagents/reagent_containers/syringes.dm - +

SYRINGE_DRAWSyringes.
/obj/item/chems/syringe/stabilizerSyringes. END

Define Details

SYRINGE_DRAW - +

Syringes.

diff --git a/code/modules/recycling/disposalpipe.html b/code/modules/recycling/disposalpipe.html index 41705944870..4542566f3b5 100644 --- a/code/modules/recycling/disposalpipe.html +++ b/code/modules/recycling/disposalpipe.html @@ -14,7 +14,7 @@

code/modules/recycling/disposalpipe.dm - +

@@ -22,7 +22,7 @@

code/modules/recycling/disposalpipe.dm

/obj/structure/disposalpipe/junction/yjunctionZ-Level stuff
diff --git a/code/modules/recycling/package_wrapper.html b/code/modules/recycling/package_wrapper.html index 9db5ce6002d..032372eda9a 100644 --- a/code/modules/recycling/package_wrapper.html +++ b/code/modules/recycling/package_wrapper.html @@ -14,7 +14,7 @@

code/modules/recycling/package_wrapper.dm - +

@@ -22,7 +22,7 @@

code/modules/recycling/package_wrapper.dm

/obj/item/c_tubeBasically a trash item left from using paper rolls.
diff --git a/code/modules/recycling/sort_tag.html b/code/modules/recycling/sort_tag.html index 9fa185e0e83..f99aa2866a3 100644 --- a/code/modules/recycling/sort_tag.html +++ b/code/modules/recycling/sort_tag.html @@ -14,14 +14,14 @@

code/modules/recycling/sort_tag.dm - +

/datum/extension/sorting_tagSorting tag for the sorting machinery.
diff --git a/code/modules/recycling/wrapped_package.html b/code/modules/recycling/wrapped_package.html index 715487a041d..8b08c2034e8 100644 --- a/code/modules/recycling/wrapped_package.html +++ b/code/modules/recycling/wrapped_package.html @@ -14,14 +14,14 @@

code/modules/recycling/wrapped_package.dm - +

/obj/item/parcelA parcel wrapper for items and structures that can be wrapped in wrapping paper.
diff --git a/code/modules/shieldgen/shieldwallgen.html b/code/modules/shieldgen/shieldwallgen.html index 23d582db0eb..a0b8b5e79fd 100644 --- a/code/modules/shieldgen/shieldwallgen.html +++ b/code/modules/shieldgen/shieldwallgen.html @@ -14,7 +14,7 @@

code/modules/shieldgen/shieldwallgen.dm - +

@@ -22,7 +22,7 @@

code/modules/shieldgen/shieldwallgen.dm

/obj/machinery/shieldwallContainment Field START
diff --git a/code/modules/species/species_crystalline_bodytypes.html b/code/modules/species/species_crystalline_bodytypes.html index 181384d3574..a35079125c0 100644 --- a/code/modules/species/species_crystalline_bodytypes.html +++ b/code/modules/species/species_crystalline_bodytypes.html @@ -14,7 +14,7 @@

code/modules/species/species_crystalline_bodytypes.dm - +

@@ -23,7 +23,7 @@

code/modules/species/species_crystalline_bodytypes.dm on their initial creation.

diff --git a/code/modules/spells/aoe_turf/conjure/construct.html b/code/modules/spells/aoe_turf/conjure/construct.html index 5318f9faf28..31d923c1ac5 100644 --- a/code/modules/spells/aoe_turf/conjure/construct.html +++ b/code/modules/spells/aoe_turf/conjure/construct.html @@ -14,14 +14,14 @@

code/modules/spells/aoe_turf/conjure/construct.dm - +

/spell/aoe_turf/conjure/constructConstruct Spells
diff --git a/code/modules/spells/artifacts.html b/code/modules/spells/artifacts.html index 715795c2a59..37b391ea3c3 100644 --- a/code/modules/spells/artifacts.html +++ b/code/modules/spells/artifacts.html @@ -14,7 +14,7 @@

code/modules/spells/artifacts.dm - +

@@ -22,7 +22,7 @@

code/modules/spells/artifacts.dm

/obj/item/dice/d20/cursedCursed Dice
diff --git a/code/modules/spells/construct_spells.html b/code/modules/spells/construct_spells.html index 1063d9f10b3..056929173d3 100644 --- a/code/modules/spells/construct_spells.html +++ b/code/modules/spells/construct_spells.html @@ -14,7 +14,7 @@

code/modules/spells/construct_spells.dm - +

@@ -22,7 +22,7 @@

code/modules/spells/construct_spells.dm

Construct Spells
diff --git a/code/modules/synthesized_instruments/docs/Structure.html b/code/modules/synthesized_instruments/docs/Structure.html index 79a13a9998b..0f8c38c1d91 100644 --- a/code/modules/synthesized_instruments/docs/Structure.html +++ b/code/modules/synthesized_instruments/docs/Structure.html @@ -14,7 +14,7 @@

code/modules/synthesized_instruments/docs/Structure.txt - +

@@ -39,7 +39,7 @@

code/modules/synthesized_instruments/docs/Structure.txt

diff --git a/code/modules/xenoarcheaology/datums/engravings_flavor.html b/code/modules/xenoarcheaology/datums/engravings_flavor.html index 91fda7f5707..6387388834b 100644 --- a/code/modules/xenoarcheaology/datums/engravings_flavor.html +++ b/code/modules/xenoarcheaology/datums/engravings_flavor.html @@ -14,14 +14,14 @@

code/modules/xenoarcheaology/datums/engravings_flavor.dm - +

/datum/xenoarch_engraving_flavorContains generated xenorach flavor text for engravings. Was moved out of exoplanet gen.
diff --git a/code/modules/xenoarcheaology/finds/find_types/fossils.html b/code/modules/xenoarcheaology/finds/find_types/fossils.html index 80adb2e7e36..379ef3165a5 100644 --- a/code/modules/xenoarcheaology/finds/find_types/fossils.html +++ b/code/modules/xenoarcheaology/finds/find_types/fossils.html @@ -14,14 +14,14 @@

code/modules/xenoarcheaology/finds/find_types/fossils.dm - +

/obj/item/fossilObjects themselves
diff --git a/code/unit_tests/food_tests.html b/code/unit_tests/food_tests.html index f60289288ec..5c026878300 100644 --- a/code/unit_tests/food_tests.html +++ b/code/unit_tests/food_tests.html @@ -14,14 +14,14 @@

code/unit_tests/food_tests.dm - +

/datum/unit_test/food_slices_and_origin_items_should_be_consistentEach slice origin items should cut into the same slice.
diff --git a/code/unit_tests/graph_tests.html b/code/unit_tests/graph_tests.html index 60f80165801..7a4bc817d08 100644 --- a/code/unit_tests/graph_tests.html +++ b/code/unit_tests/graph_tests.html @@ -14,7 +14,7 @@

code/unit_tests/graph_tests.dm - +

@@ -23,7 +23,7 @@

code/unit_tests/graph_tests.dm

/datum/node/testHelpers
diff --git a/code/unit_tests/zas_tests.html b/code/unit_tests/zas_tests.html index 4e5b341474b..eb8eb35b205 100644 --- a/code/unit_tests/zas_tests.html +++ b/code/unit_tests/zas_tests.html @@ -14,14 +14,14 @@

code/unit_tests/zas_tests.dm - +

/datum/unit_test/zas_supply_shuttle_movedHere we move a shuttle then test it's area once the shuttle has arrived.
diff --git a/connection.html b/connection.html index dd5621012d4..7bbfd5d67fc 100644 --- a/connection.html +++ b/connection.html @@ -16,7 +16,7 @@

connection - +

@@ -25,12 +25,12 @@

Var Details

Invalid or Valid

diff --git a/datum.html b/datum.html index 99863842134..99bdae64d6b 100644 --- a/datum.html +++ b/datum.html @@ -16,7 +16,7 @@

datum - +

Vars

@@ -44,37 +44,37 @@

Var Details

Used to indicate that this type is abstract and should not itself be instantiated.

active_timers - +

Used by the SStimer subsystem

gc_destroyed - +

Time when this object was destroyed.

is_processing - +

Indicates if a processing subsystem is currenting queuing this datum

Proc Details

CanClone

Returns whether the object supports being cloned. This is useful for things that should only ever exist once in the world.

Clone

This proc returns a clone of the src datum. @@ -83,14 +83,14 @@

Var Details

Returns a list with the arguments passed to the new() of a cloned instance. Override this, instead of Clone() itself.

PopulateClone

Used to allow sub-classes to do further processing on the cloned instance returned by Clone(). @@ -98,7 +98,7 @@

Var Details

Data to be sent to the UI. @@ -108,7 +108,7 @@

Var Details

The ui_interact proc is used to open and update Nano UIs @@ -121,7 +121,7 @@

Var Details

Vars

@@ -24,19 +24,19 @@

admins

Procs

show_player_panelPanels

Proc Details

restart

admins2.dm merge

show_player_panel

Panels

diff --git a/datum/ai_laws.html b/datum/ai_laws.html index 3aead3678c4..da957faf871 100644 --- a/datum/ai_laws.html +++ b/datum/ai_laws.html @@ -16,7 +16,7 @@

ai_laws - +

@@ -27,38 +27,38 @@

ai_laws

Procs

set_zeroth_lawAdd Laws

Proc Details

clear_zeroth_laws

Clear Laws

delete_law

Remove Laws

get_state_law

Stating Laws

Get

set_state_law

Set

set_zeroth_law

Add Laws

diff --git a/datum/backpack_tweak.html b/datum/backpack_tweak.html index 3523ca4022f..9772f700f86 100644 --- a/datum/backpack_tweak.html +++ b/datum/backpack_tweak.html @@ -16,20 +16,20 @@

backpack_tweak - +

Procs

get_ui_contentBackpack Tweaks

Proc Details

get_ui_content

Backpack Tweaks

diff --git a/datum/browser.html b/datum/browser.html index 3b55270c2ef..1d9f762330d 100644 --- a/datum/browser.html +++ b/datum/browser.html @@ -16,7 +16,7 @@

browser - +

@@ -26,18 +26,18 @@

Var Details

this CSS sheet is common to all UIs

window_id - +

window_id is used as the window name for browse and onclose

diff --git a/datum/callback.html b/datum/callback.html index 8616bae2729..abab3c37c22 100644 --- a/datum/callback.html +++ b/datum/callback.html @@ -16,7 +16,7 @@

Callback Datums - +

A datum that holds a proc to be called on another object, used to track proccalls to other objects

@@ -45,7 +45,7 @@

proc defined on some type

TYPE_PROC_REF(/some/type/, some_proc_here)

diff --git a/datum/category_group/player_setup_category.html b/datum/category_group/player_setup_category.html index 09f36275fd3..3defe33be2f 100644 --- a/datum/category_group/player_setup_category.html +++ b/datum/category_group/player_setup_category.html @@ -16,20 +16,20 @@

player_setup_category - +

Vars

Procs

sanitize_setupCategory Category Setup

Proc Details

sanitize_setup

Category Category Setup

diff --git a/datum/category_item/player_setup_item.html b/datum/category_item/player_setup_item.html index 1202edc39f2..3b94ac78b97 100644 --- a/datum/category_item/player_setup_item.html +++ b/datum/category_item/player_setup_item.html @@ -16,21 +16,21 @@

player_setup_item - +

Category Item Setup

Procs

prune_job_prefsPrune a player's job preferences based on current branch, rank and species

Proc Details

prune_job_prefs

Prune a player's job preferences based on current branch, rank and species

This proc goes through all the preferred jobs, and removes the ones incompatible with current rank or branch.

diff --git a/datum/codex_entry.html b/datum/codex_entry.html index 9ddab8df4ff..515c3beae97 100644 --- a/datum/codex_entry.html +++ b/datum/codex_entry.html @@ -16,7 +16,7 @@

codex_entry - +

@@ -35,72 +35,72 @@

Var Details

Text shown to antagonists.

associated_paths - +

A list of typepaths used to populate associated_strings.

associated_strings - +

A list of string search terms associated with this entry.

categories - +

A list of category decls that this codex entry belongs to.

disambiguator - +

Value used to disambiguate overlapping codex names.

guide_html - +

HTML returned when the entry is used to populate a guide manual.

include_subtypes - +

If TRUE, associated_paths is set to include each path's subtypes in New().

lore_text - +

IC text.

mechanics_text - +

OOC text.

skip_hardcoded_generation - +

If TRUE, don't create this entry in codex init. Where possible, consider using abstract_type or store_codex_entry = FALSE instead.

store_codex_entry - +

Whether or not this entry is stored on the subsystem, or is associated with solely the specific atom.

diff --git a/datum/computer_file.html b/datum/computer_file.html index aa19478a3bf..bb51dd8f546 100644 --- a/datum/computer_file.html +++ b/datum/computer_file.html @@ -16,7 +16,7 @@

computer_file - +

Vars

@@ -24,14 +24,14 @@

computer_file

Clone

Returns independent copy of this file. rename: Whether the clone shold be auto-renamed.

diff --git a/datum/controller/master.html b/datum/controller/master.html index 51a12d6d7da..4da26349c2c 100644 --- a/datum/controller/master.html +++ b/datum/controller/master.html @@ -16,7 +16,7 @@

master - +

Procs

@@ -26,13 +26,13 @@

master

format_color_cpu

Colors cpu number before output.

format_color_cpu_map

Colors map cpu number before output. @@ -40,7 +40,7 @@

master

Procs

Procs

PreInitdatum/controller/subsystem/New()

Proc Details

PreInit

datum/controller/subsystem/New()

diff --git a/datum/controller/subsystem/daycyle.html b/datum/controller/subsystem/daycyle.html index 63dfcecd736..ff6bef891fe 100644 --- a/datum/controller/subsystem/daycyle.html +++ b/datum/controller/subsystem/daycyle.html @@ -16,7 +16,7 @@

daycyle - +

@@ -27,24 +27,24 @@

Var Details

- +

List of /datum/ssdaycycle_registered currently being processed this tick

registered_levels - +

List of the topmost level_ids associated with their /datum/ssdaycycle_registered that contains the current daystate for that set of levels.

Proc Details

add_linked_levels

Adds a set of levels that should all be updated at the same time and share the same day state

diff --git a/datum/controller/subsystem/jobs.html b/datum/controller/subsystem/jobs.html index bd79eeb27f4..ddb26996b8f 100644 --- a/datum/controller/subsystem/jobs.html +++ b/datum/controller/subsystem/jobs.html @@ -16,7 +16,7 @@

jobs - +

Vars

@@ -25,13 +25,13 @@

jobs

Procs

This proc is called before the level loop of divide_occupations() and will try to select a head, ignoring ALL non-head preferences for every level until it locates a head or runs out of levels to check

Proc Details

CheckHeadPositions

This proc is called at the start of the level loop of divide_occupations() and will cause head jobs to be checked before any other jobs of the same level

divide_occupations

diff --git a/obj/machinery/smartfridge.html b/obj/machinery/smartfridge.html index 44b88fc1482..c128bebe947 100644 --- a/obj/machinery/smartfridge.html +++ b/obj/machinery/smartfridge.html @@ -16,7 +16,7 @@

smartfridge - +

@@ -24,19 +24,19 @@

smartfridge

Procs

ui_interactSmartFridge Menu

Proc Details

state_transition

Item Adding

ui_interact

SmartFridge Menu

diff --git a/obj/machinery/smartfridge/secure.html b/obj/machinery/smartfridge/secure.html index 4dbb98c378d..8ec11aee188 100644 --- a/obj/machinery/smartfridge/secure.html +++ b/obj/machinery/smartfridge/secure.html @@ -16,20 +16,20 @@

secure - +

Procs

CanUseTopicSecure SmartFridges

Proc Details

CanUseTopic

Secure SmartFridges

diff --git a/obj/machinery/vending.html b/obj/machinery/vending.html index 1aa56ed8aec..215bf5562c0 100644 --- a/obj/machinery/vending.html +++ b/obj/machinery/vending.html @@ -16,7 +16,7 @@

vending - +

A vending machine

@@ -28,14 +28,14 @@

vending

Procs

ui_interactDisplay the NanoUI window for the vending machine.

Proc Details

credit_purchase

Add money for current purchase to the vendor account.

Called after the money has already been taken from the customer.

get_product_name

Build produdct_records from the products lists

@@ -44,13 +44,13 @@

vending