mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 00:27:31 +01:00
Cargo crate name consistency and grammar fixes (#12488)
Co-authored-by: Rhials <Datguy33456@gmail.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
@@ -694,7 +694,7 @@
|
||||
/obj/item/circuitboard/mecha/ripley/peripherals,
|
||||
/obj/item/mecha_parts/mecha_equipment/drill,
|
||||
/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp)
|
||||
crate_name= "APLU MK-I kit"
|
||||
crate_name= "\improper APLU MK-I kit"
|
||||
|
||||
/datum/supply_pack/engineering/conveyor
|
||||
name = "Conveyor Assembly Crate"
|
||||
@@ -751,7 +751,7 @@
|
||||
cost = CARGO_CRATE_VALUE * 5
|
||||
access_view = ACCESS_ENGINE
|
||||
contains = list(/obj/machinery/power/port_gen/pacman)
|
||||
crate_name = "PACMAN generator crate"
|
||||
crate_name = "\improper PACMAN generator crate"
|
||||
crate_type = /obj/structure/closet/crate/engineering/electrical
|
||||
|
||||
/datum/supply_pack/engineering/power
|
||||
@@ -1480,7 +1480,7 @@
|
||||
contains = list(/obj/item/mod/core/standard,
|
||||
/obj/item/mod/core/standard,
|
||||
/obj/item/mod/core/standard)
|
||||
crate_name = "MOD core crate"
|
||||
crate_name = "\improper MOD core crate"
|
||||
crate_type = /obj/structure/closet/crate/secure/science
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
@@ -2562,7 +2562,7 @@
|
||||
desc = "Nanotrasen reminds all employees to never toy with powers outside their control."
|
||||
cost = 1000000 //Special case, we don't want to make this in terms of crates because having bikes be a million credits is the whole meme.
|
||||
contains = list(/obj/vehicle/ridden/bicycle)
|
||||
crate_name = "Bicycle Crate"
|
||||
crate_name = "bicycle crate"
|
||||
crate_type = /obj/structure/closet/crate/large
|
||||
|
||||
/datum/supply_pack/misc/bigband
|
||||
@@ -2860,7 +2860,7 @@
|
||||
desc = "Not enough cartridges after half the crew lost their PDA to explosions? This may fix it."
|
||||
cost = CARGO_CRATE_VALUE * 3
|
||||
contains = list(/obj/item/vending_refill/cart)
|
||||
crate_name = "ptech supply crate"
|
||||
crate_name = "\improper PTech supply crate"
|
||||
|
||||
/* - SKYRAT EDIT REMOVAL - SEC_HAUL - MOVED TO PACKS.DM
|
||||
/datum/supply_pack/vending/sectech
|
||||
@@ -2869,7 +2869,7 @@
|
||||
cost = CARGO_CRATE_VALUE * 3
|
||||
access = ACCESS_SECURITY
|
||||
contains = list(/obj/item/vending_refill/security)
|
||||
crate_name = "SecTech supply crate"
|
||||
crate_name = "\improper SecTech supply crate"
|
||||
crate_type = /obj/structure/closet/crate/secure/gear
|
||||
*/
|
||||
|
||||
@@ -2893,14 +2893,14 @@
|
||||
cost = CARGO_CRATE_VALUE * 2
|
||||
contains = list(/obj/item/vending_refill/assist,
|
||||
/obj/item/vending_refill/youtool)
|
||||
crate_name = "Part-Mart & YouTool supply crate"
|
||||
crate_name = "\improper Part-Mart & YouTool supply crate"
|
||||
|
||||
/datum/supply_pack/vending/clothesmate
|
||||
name = "ClothesMate Supply Crate"
|
||||
desc = "Out of cowboy boots? Buy this crate."
|
||||
cost = CARGO_CRATE_VALUE * 2
|
||||
contains = list(/obj/item/vending_refill/clothing)
|
||||
crate_name = "ClothesMate supply crate"
|
||||
crate_name = "\improper ClothesMate supply crate"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
/////////////////////// Clothing Vending Restocks ////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user