move all EOL comments on typepath names to dmdoc (#23928)

* move all EOL comments on typepath names to dmdoc

* Apply suggestions from code review

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

---------

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
warriorstar-orion
2024-03-01 20:05:49 +00:00
committed by GitHub
co-authored by Luc S34N
parent 25996e232a
commit 0667f20681
211 changed files with 955 additions and 478 deletions
@@ -600,7 +600,8 @@
new /obj/item/clothing/mask/muzzle(src)
new /obj/item/reagent_containers/glass/bottle/reagent/hydrocodone(src)
/obj/item/storage/backpack/duffel/syndie/med/surgery_fake //for maint spawns
/// for maint spawns
/obj/item/storage/backpack/duffel/syndie/med/surgery_fake
name = "surgery duffelbag"
desc = "A suspicious looking duffelbag for holding surgery tools."
@@ -182,7 +182,8 @@
name = "cyborg mining satchel"
flags = NODROP
/obj/item/storage/bag/ore/holding //miners, your messiah has arrived
/// miners, your messiah has arrived
/obj/item/storage/bag/ore/holding
name = "mining satchel of holding"
desc = "A revolution in convenience, this satchel allows for infinite ore storage. It's been outfitted with anti-malfunction safety measures."
storage_slots = INFINITY
@@ -244,7 +245,8 @@
// Because it stacks stacks, this doesn't operate normally.
// However, making it a storage/bag allows us to reuse existing code in some places. -Sayu
/obj/item/storage/bag/sheetsnatcher // what is this even used for
/// what is this even used for
/obj/item/storage/bag/sheetsnatcher
icon = 'icons/obj/mining.dmi'
icon_state = "sheetsnatcher"
name = "Sheet Snatcher"
@@ -148,7 +148,8 @@
update_icon()
//much roomier now that we've managed to remove two tools
/obj/item/storage/belt/utility/syndi_researcher // A cool looking belt thats essentially a syndicate toolbox
/// A cool looking belt thats essentially a syndicate toolbox
/obj/item/storage/belt/utility/syndi_researcher
desc = "A belt for holding tools, but with style."
icon_state = "assaultbelt"
item_state = "assault"
@@ -438,7 +439,8 @@
new /obj/item/grenade/chem_grenade/facid(src) //1
new /obj/item/grenade/chem_grenade/saringas(src) //1
/obj/item/storage/belt/grenade/tactical // Traitor bundle version
/// Traitor bundle version
/obj/item/storage/belt/grenade/tactical
name = "tactical grenadier belt"
storage_slots = 20 // Not as many slots as the nukie one
max_combined_w_class = 40
@@ -1126,7 +1126,8 @@
/obj/item/storage/box/stockparts
display_contents_with_number = TRUE
/obj/item/storage/box/stockparts/basic //for ruins where it's a bad idea to give access to an autolathe/protolathe, but still want to make stock parts accessible
/// for ruins where it's a bad idea to give access to an autolathe/protolathe, but still want to make stock parts accessible
/obj/item/storage/box/stockparts/basic
name = "box of stock parts"
desc = "Contains a variety of basic stock parts."
@@ -2,10 +2,12 @@
desc = "A sleek, sturdy box."
icon_state = "doom_box"
/obj/item/storage/box/syndie_kit/bundle // Traitor bundles
/// Traitor bundles
/obj/item/storage/box/syndie_kit/bundle
var/list/items = list()
/obj/item/storage/box/syndie_kit/bundle/spy // 172TC
/// 172TC
/obj/item/storage/box/syndie_kit/bundle/spy
name = "Spy Bundle"
desc = "Complete your objectives quietly with this compilation of stealthy items."
items = list(
@@ -23,7 +25,8 @@
/obj/item/door_remote/omni/access_tuner, // 30 TC
/obj/item/encryptionkey/syndicate) // 10TC
/obj/item/storage/box/syndie_kit/bundle/agent13 // 159
/// 159
/obj/item/storage/box/syndie_kit/bundle/agent13
name = "Agent 13 Bundle"
desc = "Find and eliminate your targets quietly and effectively with this kit."
items = list(
@@ -41,7 +44,8 @@
/obj/item/coin/gold, // 0TC
/obj/item/encryptionkey/syndicate) // 10TC
/obj/item/storage/box/syndie_kit/bundle/thief // 160TC
/// 160TC
/obj/item/storage/box/syndie_kit/bundle/thief
name = "Thief Bundle"
desc = "Steal from friends, enemies, and interstellar megacorporations alike!"
items = list(
@@ -53,7 +57,8 @@
/obj/item/storage/backpack/satchel_flat, // 10TC
/obj/item/encryptionkey/syndicate) // 10TC
/obj/item/storage/box/syndie_kit/bundle/bond // 137TC
/// 137TC
/obj/item/storage/box/syndie_kit/bundle/bond
name = "Agent 007 Bundle"
desc = "Shake your Martini and stir up trouble with this bundle of lethal equipment mixed with a spritz of gadgetry to keep things interesting."
items = list(
@@ -72,7 +77,8 @@
/obj/item/storage/box/syndie_kit/pen_bomb, // 30 TC
/obj/item/CQC_manual) // 13TC
/obj/item/storage/box/syndie_kit/bundle/infiltrator // 155TC + RCD & Mesons Autoimplanter
/// 155TC + RCD & Mesons Autoimplanter
/obj/item/storage/box/syndie_kit/bundle/infiltrator
name = "Infiltration Bundle"
desc = "Use your teleporter, krav maga and other support tools to jump right into your desired location, quickly leaving as though you were never there."
items = list(
@@ -85,7 +91,8 @@
/obj/item/autosurgeon/organ/syndicate/meson_eyes, // 0TC
/obj/item/encryptionkey/syndicate) // 2TC
/obj/item/storage/box/syndie_kit/bundle/payday // 175TC
/// 175TC
/obj/item/storage/box/syndie_kit/bundle/payday
name = "Heist Bundle"
desc = "Alright guys, today we're performing a heist on a space station owned by a greedy corporation. Drain the vault of all its worth so we can get that pay dirt!11"
items = list(
@@ -104,7 +111,8 @@
/obj/item/bio_chip_implanter/freedom/prototype, // 10 TC
/obj/item/encryptionkey/syndicate) // 10TC
/obj/item/storage/box/syndie_kit/bundle/implant // 200TC
/// 200TC
/obj/item/storage/box/syndie_kit/bundle/implant
name = "Bio-chip Bundle"
desc = "A few useful bio-chips to give you some options for when you inevitably get captured by the Security."
items = list(
@@ -116,7 +124,8 @@
/obj/item/bio_chip_implanter/storage, // 40TC
/obj/item/encryptionkey/syndicate) // 10TC
/obj/item/storage/box/syndie_kit/bundle/hacker // 180TC
/// 180TC
/obj/item/storage/box/syndie_kit/bundle/hacker
name = "Hacker Bundle"
desc = "A kit with everything you need to hack into and disrupt the Station, AI, its cyborgs and the Security team. HACK THE PLANET!"
items = list(
@@ -135,7 +144,8 @@
/obj/item/clothing/gloves/combat, // accounted in belt + toolbox
/obj/item/flashlight/emp) // 4TC
/obj/item/storage/box/syndie_kit/bundle/darklord // 168TC + Telekinesis
/// 168TC + Telekinesis
/obj/item/storage/box/syndie_kit/bundle/darklord
name = "Dark Lord Bundle"
desc = "Turn your anger into hate and your hate into suffering with a mix of energy swords and magical powers. DO IT."
items = list(
@@ -150,7 +160,8 @@
/obj/item/clothing/shoes/chameleon/noslip, // 10TC
/obj/item/encryptionkey/syndicate) // 10TC
/obj/item/storage/box/syndie_kit/bundle/professional // 164TC
/// 164TC
/obj/item/storage/box/syndie_kit/bundle/professional
name = "Sniper Bundle"
desc = "Suit up and handle yourself like a professional with a long-distance sniper rifle, additional .50 standard and penetrator rounds and thermal glasses to easily scope out your target."
items = list(
@@ -164,7 +175,8 @@
/obj/item/clothing/suit/storage/iaa/blackjacket/armored, // 3TC
/obj/item/encryptionkey/syndicate) // 15TC
/obj/item/storage/box/syndie_kit/bundle/grenadier // 133TC + Tactical Grenadier Belt
/// 133TC + Tactical Grenadier Belt
/obj/item/storage/box/syndie_kit/bundle/grenadier
name = "Grenade Bundle"
desc = "A variety of grenades and pyrotechnics to ensure you can blast your way through any situation. "
items = list(
@@ -180,7 +192,8 @@
/obj/item/storage/box/syndie_kit/frag_grenades, // One box, as a treat
/obj/item/encryptionkey/syndicate) // 10TC
/obj/item/storage/box/syndie_kit/bundle/metroid // 115TC + modules + laser gun
/// 115TC + modules + laser gun
/obj/item/storage/box/syndie_kit/bundle/metroid
name = "Modsuit Bundle"
desc = "Don the equipment of an intergalactic bounty hunter and blast your way through the station!"
items = list(