mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Rename all non-snake_case types. (#27268)
* refactor: Rename all non-snake_case types (not procs or vars (yet)). * completely dynamic update script * might help to include the data * update aa's scuffed python * oh * set script PR number * run updatepaths again * Add other table updates with JSON columns * bump SQL version * just fucking end my life * move JSON data
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
cost = 100
|
||||
containername = "collector crate"
|
||||
|
||||
/datum/supply_packs/engineering/engine/PA
|
||||
/datum/supply_packs/engineering/engine/particle_accelerator
|
||||
name = "Particle Accelerator Crate"
|
||||
contains = list(/obj/structure/particle_accelerator/fuel_chamber,
|
||||
/obj/machinery/particle_accelerator/control_box,
|
||||
|
||||
@@ -129,12 +129,12 @@
|
||||
name = "Blood Pack Variety Crate"
|
||||
contains = list(/obj/item/reagent_containers/iv_bag,
|
||||
/obj/item/reagent_containers/iv_bag,
|
||||
/obj/item/reagent_containers/iv_bag/blood/APlus,
|
||||
/obj/item/reagent_containers/iv_bag/blood/AMinus,
|
||||
/obj/item/reagent_containers/iv_bag/blood/BPlus,
|
||||
/obj/item/reagent_containers/iv_bag/blood/BMinus,
|
||||
/obj/item/reagent_containers/iv_bag/blood/OPlus,
|
||||
/obj/item/reagent_containers/iv_bag/blood/OMinus,
|
||||
/obj/item/reagent_containers/iv_bag/blood/a_plus,
|
||||
/obj/item/reagent_containers/iv_bag/blood/a_minus,
|
||||
/obj/item/reagent_containers/iv_bag/blood/b_plus,
|
||||
/obj/item/reagent_containers/iv_bag/blood/b_minus,
|
||||
/obj/item/reagent_containers/iv_bag/blood/o_plus,
|
||||
/obj/item/reagent_containers/iv_bag/blood/o_minus,
|
||||
/obj/item/reagent_containers/iv_bag/slime,
|
||||
/obj/item/reagent_containers/iv_bag/blood/vox,
|
||||
/obj/machinery/iv_drip)
|
||||
@@ -148,7 +148,7 @@
|
||||
/obj/item/surgicaldrill,
|
||||
/obj/item/clothing/mask/breath/medical,
|
||||
/obj/item/tank/internals/anesthetic,
|
||||
/obj/item/FixOVein,
|
||||
/obj/item/fix_o_vein,
|
||||
/obj/item/hemostat,
|
||||
/obj/item/scalpel,
|
||||
/obj/item/bonegel,
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
/obj/item/camera_film,
|
||||
/obj/item/camera_film,
|
||||
/obj/item/storage/photo_album,
|
||||
/obj/item/stack/packageWrap,
|
||||
/obj/item/stack/package_wrap,
|
||||
/obj/item/reagent_containers/glass/paint/red,
|
||||
/obj/item/reagent_containers/glass/paint/green,
|
||||
/obj/item/reagent_containers/glass/paint/blue,
|
||||
@@ -331,7 +331,7 @@
|
||||
/obj/item/clothing/head/collectable/rabbitears,
|
||||
/obj/item/clothing/head/collectable/wizard,
|
||||
/obj/item/clothing/head/collectable/hardhat,
|
||||
/obj/item/clothing/head/collectable/HoS,
|
||||
/obj/item/clothing/head/collectable/hos,
|
||||
/obj/item/clothing/head/collectable/thunderdome,
|
||||
/obj/item/clothing/head/collectable/swat,
|
||||
/obj/item/clothing/head/collectable/slime,
|
||||
|
||||
Reference in New Issue
Block a user