mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
DMdocs (#21103)
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:
@@ -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
|
||||
*/
|
||||
|
||||
// -----------------------------
|
||||
|
||||
Reference in New Issue
Block a user