mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +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:
@@ -166,7 +166,7 @@
|
||||
/obj/item/autosurgeon/organ/syndicate/oneuse/razorwire,
|
||||
/obj/item/chameleon,
|
||||
/obj/item/clothing/gloves/fingerless/rapid,
|
||||
/obj/item/CQC_manual,
|
||||
/obj/item/cqc_manual,
|
||||
/obj/item/gun/medbeam,
|
||||
/obj/item/melee/energy/sword/saber,
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/stimulants,
|
||||
|
||||
@@ -331,7 +331,7 @@
|
||||
lootcount = 2 //Lots of dangerous stuff here - reduced amount
|
||||
loot = list(
|
||||
/obj/item/gun/projectile/revolver/nagant = 50,
|
||||
/obj/item/gun/projectile/automatic/pistol/APS = 30,
|
||||
/obj/item/gun/projectile/automatic/pistol/aps = 30,
|
||||
/obj/item/gun/projectile/shotgun/boltaction = 50,
|
||||
/obj/item/clothing/suit/space/hardsuit/soviet = 40,
|
||||
/obj/item/clothing/glasses/thermal/eyepatch = 50,
|
||||
@@ -566,7 +566,7 @@
|
||||
/obj/item/toy/plushie/nukeplushie = 30,
|
||||
/obj/item/toy/plushie/nianplushie = 50, //*buzz
|
||||
/obj/item/toy/windup_toolbox = 50,
|
||||
/obj/item/toy/AI = 50,
|
||||
/obj/item/toy/ai = 50,
|
||||
/obj/item/clothing/mask/gas/voice_modulator/chameleon = 50,
|
||||
/obj/item/storage/box/syndie_kit/chameleon = 50
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user