mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
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:
committed by
GitHub
parent
25996e232a
commit
0667f20681
@@ -1,4 +1,5 @@
|
||||
/datum/supply_packs/emergency // Section header - use these to set default supply group and crate type for sections
|
||||
/// Section header - use these to set default supply group and crate type for sections
|
||||
/datum/supply_packs/emergency
|
||||
name = "HEADER" // Use "HEADER" to denote section headers, this is needed for the supply computers to filter them
|
||||
containertype = /obj/structure/closet/crate/internals
|
||||
group = SUPPLY_EMERGENCY
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
containertype = /obj/structure/largecrate
|
||||
containername = "fuel tank crate"
|
||||
|
||||
/datum/supply_packs/engineering/tools //the most robust crate
|
||||
/// the most robust crate
|
||||
/datum/supply_packs/engineering/tools
|
||||
name = "Toolbox Crate"
|
||||
contains = list(/obj/item/storage/toolbox/electrical,
|
||||
/obj/item/storage/toolbox/electrical,
|
||||
|
||||
@@ -405,7 +405,8 @@
|
||||
cost = 1000
|
||||
containername = "expensive coat crate"
|
||||
|
||||
/datum/supply_packs/misc/formalwear //This is a very classy crate.
|
||||
/// This is a very classy crate.
|
||||
/datum/supply_packs/misc/formalwear
|
||||
name = "Formal Wear Crate"
|
||||
contains = list(/obj/item/clothing/under/dress/blacktango,
|
||||
/obj/item/clothing/under/misc/assistantformal,
|
||||
@@ -449,7 +450,8 @@
|
||||
cost = 400
|
||||
containername = "wedding crate"
|
||||
|
||||
/datum/supply_packs/misc/teamcolors //For team sports like space polo
|
||||
/// For team sports like space polo
|
||||
/datum/supply_packs/misc/teamcolors
|
||||
name = "Team Jerseys Crate"
|
||||
// 4 red jerseys, 4 blue jerseys, and 1 baseball
|
||||
contains = list(/obj/item/clothing/under/color/red/jersey,
|
||||
@@ -464,7 +466,8 @@
|
||||
cost = 300
|
||||
containername = "team jerseys crate"
|
||||
|
||||
/datum/supply_packs/misc/polo //For space polo! Or horsehead Quiditch
|
||||
/// For space polo! Or horsehead Quiditch
|
||||
/datum/supply_packs/misc/polo
|
||||
name = "Polo Supply Crate"
|
||||
// 6 brooms, 6 horse masks for the brooms, and 1 beach ball
|
||||
contains = list(/obj/item/staff/broom,
|
||||
@@ -483,7 +486,8 @@
|
||||
cost = 250
|
||||
containername = "polo supply crate"
|
||||
|
||||
/datum/supply_packs/misc/boxing //For non log spamming cargo brawls!
|
||||
/// For non log spamming cargo brawls!
|
||||
/datum/supply_packs/misc/boxing
|
||||
name = "Boxing Supply Crate"
|
||||
// 4 boxing gloves
|
||||
contains = list(/obj/item/clothing/gloves/boxing/blue,
|
||||
|
||||
@@ -37,7 +37,8 @@
|
||||
cost = 500
|
||||
containername = "Pizza crate"
|
||||
|
||||
/datum/supply_packs/misc/randomised/ingredients // its a bit hacky...
|
||||
/// its a bit hacky...
|
||||
/datum/supply_packs/misc/randomised/ingredients
|
||||
num_contained = 25
|
||||
contains = list(/obj/item/food/snacks/grown/wheat,
|
||||
/obj/item/food/snacks/grown/tomato,
|
||||
@@ -234,7 +235,8 @@
|
||||
|
||||
////// hippy gear
|
||||
|
||||
/datum/supply_packs/organic/hydroponics // -- Skie
|
||||
/// -- Skie
|
||||
/datum/supply_packs/organic/hydroponics
|
||||
name = "Hydroponics Supply Crate"
|
||||
contains = list(/obj/item/reagent_containers/spray/plantbgone,
|
||||
/obj/item/reagent_containers/spray/plantbgone,
|
||||
|
||||
@@ -216,7 +216,8 @@
|
||||
containertype = /obj/structure/closet/crate/secure/plasma
|
||||
containername = "energy gun crate"
|
||||
|
||||
/datum/supply_packs/security/armory/epistol // costs 3/5ths of the normal e-guns for 3/4ths the total ammo, making it cheaper to arm more people, but less convient for any one person
|
||||
/// costs 3/5ths of the normal e-guns for 3/4ths the total ammo, making it cheaper to arm more people, but less convient for any one person
|
||||
/datum/supply_packs/security/armory/epistol
|
||||
name = "Energy Pistol Crate"
|
||||
contains = list(/obj/item/gun/energy/gun/mini,
|
||||
/obj/item/gun/energy/gun/mini,
|
||||
@@ -330,7 +331,8 @@
|
||||
cost = 200
|
||||
containername = "security clothing crate"
|
||||
|
||||
/datum/supply_packs/security/officerpack // Starter pack for an officer. Contains everything in a locker but backpack (officer already start with one). Convenient way to equip new officer on highpop.
|
||||
/// Starter pack for an officer. Contains everything in a locker but backpack (officer already start with one). Convenient way to equip new officer on highpop.
|
||||
/datum/supply_packs/security/officerpack
|
||||
name = "Officer Starter Pack"
|
||||
contains = list(/obj/item/clothing/suit/armor/vest/security,
|
||||
/obj/item/radio/headset/headset_sec/alt,
|
||||
|
||||
Reference in New Issue
Block a user