diff --git a/(builtins).html b/(builtins).html index 26cd0886dab..a922bdff9a5 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 131f19d1554..05c2dad383c 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 22128684255..7c395e21b33 100644 --- a/atom.html +++ b/atom.html @@ -16,7 +16,7 @@

atom - +

Vars

@@ -105,126 +105,126 @@

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.)

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

@@ -234,7 +234,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 679e659077c..a7c24070010 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 5f05f0331c9..435292fad56 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 86aa9307783..256ded87dcc 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/_tick.html b/code/__defines/_tick.html index bda19b2e5b8..795d4a06cc0 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 3d88c7f94a2..14191b3debc 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 3eaa531067c..3c15e578075 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/definition_helpers.html b/code/__defines/definition_helpers.html index b152bdf3002..8e0c40c51ea 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 a56c3492b96..81854a0d634 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 1c2155d5283..283604a6d67 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 610efd8fc49..843f0fe237c 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 5e20440a87b..199370b33ec 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 2b89f74c451..a5dd45b7350 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 a99dc1a2065..da372a249b0 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 da69bde37d3..500b3374275 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 023b4388ed8..73b10abc8f9 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 99f181020d5..f59e03313d6 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 787e137964c..f342512cb71 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 c8459de12e9..e4fcd70a5a8 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 bedab8df07b..f06acf7938f 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 1e89f220995..fa8fe2a3aa3 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 bf3731801a7..0cff9c76c55 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 b229a28e91a..621bfdce358 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 0e9aab4f822..75acf9492a8 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/overmap.html b/code/_helpers/overmap.html index dd09ba39cd0..c7ca169be03 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 6cd5ff4b1a5..4e44dcb424b 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 e5aabc6dc6e..8efede5ce3e 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 84d8f94e606..f233f748356 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 3a1ae5f3c54..bfad99ec0b8 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 1fca7920a7f..b85c27f85c5 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/ability_screen_objects.html b/code/_onclick/hud/ability_screen_objects.html index 3dd1f9e8274..1457e1193b3 100644 --- a/code/_onclick/hud/ability_screen_objects.html +++ b/code/_onclick/hud/ability_screen_objects.html @@ -14,7 +14,7 @@

code/_onclick/hud/ability_screen_objects.dm - +

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

code/_onclick/hud/ability_screen_objects.dm

/obj/screen/ability/obj_basedObj Abilities
diff --git a/code/_onclick/hud/human.html b/code/_onclick/hud/human.html index 06d8a436732..79ed6b471e0 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 11f277bf873..5045c219dea 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/controllers/failsafe.html b/code/controllers/failsafe.html index 59b8936fcb7..b5356e82b5c 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 1b041a98667..b89f1c4885b 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 cc89503055c..6b71b399860 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 de80bd62bf0..00e90568cff 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/subsystems/daycycle.html b/code/controllers/subsystems/daycycle.html index cca4e0a2ac4..15eb19317ea 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 2cadcd9bd72..33011ebeac5 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 0d74ad01d8a..64a0ae3d916 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 3dac1cea0df..111b20059e7 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 6da21e2fb3a..1ec8401205c 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/category.html b/code/datums/category.html index 9e65ed767ce..4538ba3c817 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 8a2399a54fb..26d04e0de75 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 beee827a18d..8e70233dd01 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 a8d0c8a5757..d6a8da3bb8c 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 1971567e83c..cbb96191545 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 741622fec19..9618efab4d9 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 b90ad6e4ef2..7351cd79577 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 232d2ff68bd..0416009e0f8 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 e403eceb44f..4a69202872a 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 c02053f1af6..c1ee964014b 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 c11331285e9..fec4f519035 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 634c341ab19..9c89f6a9297 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 23593295984..9d712e0006c 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 0c127678f19..1a628bdcc04 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 c183e1c9b9f..2108f84b1a2 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 59e3872197f..7ba0c02e6fc 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 3b60f5bc1bd..5df3b79e49c 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 4ad94c24936..4a3d74fc084 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 5378e6ab445..5bcbd029a82 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 b741342cb3b..f69c64f9644 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 6996af86a9f..1c4a8b0dd39 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 e922f1ab222..1cdc8c4b96a 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 74d6b0f807b..3b11ae5d508 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 ca319142307..3a50ef1bbbd 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 f562211a6bb..219ee7df859 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 ee19eff6867..6c278b8da80 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/dna/dna2.html b/code/game/dna/dna2.html index c9d7306a572..70c1e307b0d 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 02a3b5aa4f6..154e1839ebd 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 f02d1232e54..fbfaddbfe01 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 41e5f8414c6..d428a3dbc17 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 276517b376c..3bb3827661f 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 5f06e1fa54f..01fe0fd97fd 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 17290ee1403..cf68ad140f3 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 76e6680a014..74a9f447af6 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 0a9e12ee61e..7212b31b853 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 ff21db08348..53d786dceb8 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 742d9e54ce8..6180ab2fc01 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 1e039989e5e..0f02d842253 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 5a5581cde64..662c25cd168 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 83fb938c8fe..ff7f01281c7 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 0f96361a809..b288a11da42 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 3405f887013..646730908e1 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 89959a68924..19d945f98fb 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 605ce450c61..aad3f158251 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 13b586b0f80..67208e1e8c3 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 8add8555ff4..7678ec372c1 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 d8aa7d38aca..95507e5c217 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 f2ea6faf6c6..243545775e2 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 e6f963b3a79..144e4d78a2d 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 1a6869aba79..f32ec0c08d8 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 03694783ace..9924812943e 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 8ececd3b3eb..a5f7b0e660c 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 3db9d81e1f4..a3abd4a3120 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 2ef557c7a7c..3851deceaa7 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 dff775fbe70..603f4711241 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 d82002bec53..8bfbcbdb125 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 fdce865156c..31d48bd7edc 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/random/date_based.html b/code/game/objects/random/date_based.html index a1db158768d..427fdd9b712 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 94058a9c358..1c21f493242 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 e88d07e31b5..2ad53fbeae1 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 312257ec466..626d5dba11d 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 87545ba2029..82314e475d7 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 aa4eb53f41b..d81fac7b96a 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 2e2f503ece5..a1f7edd31e1 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 7e1950c3175..98c1b9b5e90 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 d27bbfcf1e1..c8d3af70e15 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 788e0648a48..eee3fcddbaa 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 0961c22d877..65329dac6b5 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 6786d8eda89..5c3417af846 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 54d40404bfc..38b68f3ddde 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 115d024e601..358b60851d3 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 156beecabb0..c231bb83d14 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 86d0369e2a6..a838906b0fa 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 911e9b37763..74f08d1720d 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 c4d71b29c16..90f084fe631 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 8d9fa6fdb23..f1d3426b69a 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 6f0a5fa7a39..d7a2a986bc1 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 10e34a2e10e..b6cd825d66b 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 a5479e0bb5c..5a6c49e63cf 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 6223aa77411..96811770a34 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 fca5605ea20..b46bdf4dac8 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 1fa301cbc25..af5c9b7465f 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,15 +14,15 @@

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

-
/datum/map_template/planetoid/random/exoplanet/barrenTemplate for spawning a randomly generated barren exoplanet.
/datum/random_map/noise/exoplanet/barrenGenerator for fauna and flora spawners for the surface of the barren exoplanet
+ /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 58dbdafc763..641ba1d9d94 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 - +

@@ -22,11 +22,11 @@

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

- +
/datum/level_data/planetoid/exoplanet/grassSurface of a grass exoplanet
/datum/planet_flora/random/grassFlora data for a grass exoplanet
/datum/map_template/planetoid/random/exoplanet/grassMap template for generating a grass exoplanet
/datum/random_map/noise/exoplanet/grassMap generator for the grass exoplanet surface
/datum/random_map/noise/exoplanet/grassMap generator for the grass exoplanet surface
/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 9460e536072..fb573b211f2 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 179415552ae..2d82aa2af4a 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 67309f5ddb2..a2876dc43dc 100644 --- a/code/modules/maps/template_types/random_exoplanet/random_map.html +++ b/code/modules/maps/template_types/random_exoplanet/random_map.html @@ -14,15 +14,15 @@

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

- -
/datum/random_map/noise/exoplanetPlace down flora/fauna spawners, grass, water, and apply selected land type.
/datum/random_map/noise/exoplanet/mantleRandom map generator for generating underground planetary levels.
+ /datum/random_map/noise/exoplanetPlace down flora/fauna spawners, grass, water, and apply selected land type. + /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 34d99c8f6c8..aed04755952 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 4f173abd02a..67759b1c4c5 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 a5eddd85ad6..cb7b08ff9a6 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 b61a7199193..c4b7927c225 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 e5188f67e2e..9089337f8ca 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 9bafc7de4fe..bb8596faba4 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 be8bcdbb1e4..9f2bd9082a3 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 801eaf48ea0..ec4db427cb1 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 87dc3b74705..164173cc63e 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 b75121f3349..8f28a08066a 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 052a6206b02..01ba678e711 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 cc65ed81708..3099896e9d5 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 3a7659a5aa1..d2c43b5050e 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 8f04da30082..3e4c5c3e305 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 5c834005a72..726d6cffb59 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 83c9cc1e981..b3d64c66065 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 60ea5176d9a..75eb2ba8a8d 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 00d1dd2d258..69383bb534e 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 30e808dc14c..9166cbdd669 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 24a671154df..130122c05df 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 67573f41dba..658e2d23ac7 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 fbf4e79fade..e2345018710 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 c8af3131fe7..d27455548ce 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 92adb164bef..f03cf48917c 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 250b49c9829..4afdd776941 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 6b5e5f971b5..b2f06d88b2d 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 5452fce3812..55e80926182 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 d7021ad2cdc..531f35a4061 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 67e4f1e1b18..6f225769d2e 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 2ca606d9c0a..4187cdc9118 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 c99fef5b53e..9012038e2ec 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 1c417fc983c..19c40d3017f 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 fbdca831366..66d9983e185 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 459ef7d961e..a0c759dd035 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 fee4fcd5689..96036c13eeb 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 138fd8eac49..e1b50ef63e5 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 757ff370c25..200c5f5b401 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 c3d2bc30294..51ced1fc539 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 fc80788aeaf..4036b872912 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 bf9030e1d2b..305c89d10d0 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 d1fa87604db..aa5aa9b92c2 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/antitoxPills. END
diff --git a/code/modules/reagents/reagent_containers/spray.html b/code/modules/reagents/reagent_containers/spray.html index 51e000f71da..6b28795598c 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 410ef6baebd..81c56a78924 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 91805447be6..6417f1ea293 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 859c607cd09..94b564be5f5 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 b86962699ba..d34bcd9f170 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 928b2b1a3ce..5cfbc4c27cf 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 51ad58cb3d3..465057e0590 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 335fa68c538..4617aecc542 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 bc2f465d5b3..c64d288d938 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 1ebc71e667f..f8e796c1429 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 b50d7bdaf14..91b0a152ada 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 c4301d3edcf..87c593a8820 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 1944ccbbdb7..c7d931a4458 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 8af11ae1012..60f1ecf5882 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 d1a08e4e9cf..564b1bb6412 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 80235d462b0..960a6afb3b6 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 3658112e3a6..59b97e87d34 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 f824c3013e4..6246c015e05 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 49a35794b1a..8a326a88e7d 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 0498f34c81e..aba2bf12930 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 b917f7cee0a..1df53b2457d 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 c9f04a37f0a..1d8c8186e44 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/category_group/player_setup_category.html b/datum/category_group/player_setup_category.html index 2cfed483249..2c27d5247b5 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 e1697646ce4..7ccc98f63fa 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 5ce8e2c7965..fa41b71246a 100644 --- a/datum/codex_entry.html +++ b/datum/codex_entry.html @@ -16,7 +16,7 @@

codex_entry - +

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

Var Details

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

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.

diff --git a/datum/computer_file.html b/datum/computer_file.html index 4f660273218..7143a8128d0 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/configuration.html b/datum/configuration.html index 3dc3e4438db..8d35b7eadeb 100644 --- a/datum/configuration.html +++ b/datum/configuration.html @@ -16,7 +16,7 @@

configuration - +

Procs

@@ -30,42 +30,42 @@

Var Details

If true, exoplanets won't have daycycles

roundstart_level_generation - +

If false, skips all level generation.

visible_examine - +

Whether or not you will show a message when examining something.

Proc Details

load_mod_config

Hook stub for loading modpack specific configs. Just override in modpack.

load_mod_dbconfig

Hook stub for loading modpack specific dbconfig. Just override in modpack.

load_mod_game_options

Hook stub for loading modpack specific game_options. Just override in modpack.

diff --git a/datum/controller/master.html b/datum/controller/master.html index a7d26ff4dc2..2a25fb0569e 100644 --- a/datum/controller/master.html +++ b/datum/controller/master.html @@ -16,7 +16,7 @@

master - +

Vars

@@ -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 2715296e458..f0e440ddd3c 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 1229c83b566..a2872d5b710 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