Progress on DMDocs. PRing progress so far so there's not one mega PR
later with 1500 affected files.

I want my goddamn highlight text on what all these goddamn procs goddamn
do goddamnit. >:(

No actual code change anywhere in this PR, only comments.

---------

Signed-off-by: Batrachophreno <Batrochophreno@gmail.com>
This commit is contained in:
Batrachophreno
2025-08-09 12:22:56 +00:00
committed by GitHub
parent a840bd1cb1
commit c2f054fd81
88 changed files with 1574 additions and 879 deletions
+12 -14
View File
@@ -1,19 +1,17 @@
/*
* These absorb the functionality of the plant bag, ore satchel, etc.
* They use the use_to_pickup, quick_gather, and quick_empty functions
* that were already defined in weapon/storage, but which had been
* re-implemented in other classes.
* These absorb the functionality of the plant bag, ore satchel, etc.
* They use the use_to_pickup, quick_gather, and quick_empty functions
* that were already defined in weapon/storage, but which had been
* re-implemented in other classes.
*
* Contains:
* Trash Bag
* Mining Satchel
* Plant Bag
* Sheet Snatcher
* Cash Bag
* Book Bag (New thing)
* Slime Bag (New thing) ~Chaoko99
*
* -Sayu
* Contains:
* * Trash Bag
* * Mining Satchel
* * Plant Bag
* * Sheet Snatcher
* * Cash Bag
* * Book Bag
* * Slime Bag
*/
// Generic non-item
@@ -1,24 +1,25 @@
/*
* Everything derived from the common cardboard box.
* Basically everything except the original is a kit (starts full).
* Everything derived from the common cardboard box.
* Basically everything except the original is a kit (starts full).
*
* Contains:
* Empty box, starter boxes (survival/engineer),
* Latex glove and sterile mask boxes,
* Syringe, beaker, dna injector boxes,
* Blanks, flashbangs, and EMP grenade boxes,
* Tracking and chemical implant boxes,
* Prescription glasses and drinking glass boxes,
* Condiment bottle and silly cup boxes,
* Donkpocket and monkeycube boxes,
* ID boxes,
* Handcuff, mousetrap, and pillbottle boxes,
* Snap-pops,
* Replacement light boxes.
* Kitchen utensil box
* Random preserved snack box
* For syndicate call-ins see uplink_kits.dm
* Firing pin boxes - Testing and Normal. one for sec, one for science.
* Contains:
* * Empty box, starter boxes (survival/engineer)
* * Latex glove and sterile mask boxes
* * Syringe, beaker, dna injector boxes
* * Blanks, flashbangs, and EMP grenade boxes
* * Tracking and chemical implant boxes
* * Prescription glasses and drinking glass boxes
* * Condiment bottle and silly cup boxes
* * Donkpocket and monkeycube boxes
* * ID boxes
* * Handcuff, mousetrap, and pillbottle boxes
* * Snap-pops
* * Replacement light boxes.
* * Kitchen utensil box
* * Random preserved snack box
* * For syndicate call-ins see uplink_kits.dm
* * Firing pin boxes - Testing and Normal. one for sec, one for science.
* * Flag boxes (various national/corporate flag collections)
*/
/obj/item/storage/box
@@ -6,12 +6,12 @@
*
*
* Contains:
* Donut Box
* Egg Carton
* Candle Box
* Crayon Box
* Cigarette Box
* Match Box
* * Donut Box
* * Egg Carton
* * Candle Box
* * Crayon Box
* * Cigarette Box
* * Match Box
*/
/obj/item/storage/box/fancy
@@ -1,10 +1,10 @@
/*
* Absorbs /obj/item/secstorage.
* Reimplements it only slightly to use existing storage functionality.
* Absorbs /obj/item/secstorage.
* Reimplements it only slightly to use existing storage functionality.
*
* Contains:
* Secure Briefcase
* Wall Safe
* Contains:
* * Secure Briefcase
* * Wall Safe
*/
// -----------------------------