mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Converts ALL typepaths to lowercase (#51642)
* Case of lower * More changes * Ruins the nice 420 diff, brainfart when doing the second batch of conversions * More changes * Next batch. I think * Converts even more paths * Restarts bots * Capital Free Zone * Come on travis, do something * Renames areas * Bots, please stop dying * Updates CONTRIBUTING.md and updates a few paths I missed. * APC recgarftzfvas /obj/item/computer_hardware/recharger/apc to /obj/item/computer_hardware/recharger/apc_recharger
This commit is contained in:
@@ -30,17 +30,17 @@
|
||||
/obj/item/reagent_containers/pill/patch/libital
|
||||
name = "libital patch (brute)"
|
||||
desc = "A pain reliever. Does minor liver damage. Diluted with Granibitaluri."
|
||||
list_reagents = list(/datum/reagent/medicine/C2/libital = 2, /datum/reagent/medicine/granibitaluri = 8) //10 iterations
|
||||
list_reagents = list(/datum/reagent/medicine/c2/libital = 2, /datum/reagent/medicine/granibitaluri = 8) //10 iterations
|
||||
icon_state = "bandaid_brute"
|
||||
|
||||
/obj/item/reagent_containers/pill/patch/aiuri
|
||||
name = "aiuri patch (burn)"
|
||||
desc = "Helps with burn injuries. Does minor eye damage. Diluted with Granibitaluri."
|
||||
list_reagents = list(/datum/reagent/medicine/C2/aiuri = 1, /datum/reagent/medicine/granibitaluri = 9)
|
||||
list_reagents = list(/datum/reagent/medicine/c2/aiuri = 1, /datum/reagent/medicine/granibitaluri = 9)
|
||||
icon_state = "bandaid_burn"
|
||||
|
||||
/obj/item/reagent_containers/pill/patch/instabitaluri
|
||||
name = "instabitaluri patch"
|
||||
desc = "Helps with brute and burn injuries. Slightly toxic."
|
||||
list_reagents = list(/datum/reagent/medicine/C2/instabitaluri = 20)
|
||||
list_reagents = list(/datum/reagent/medicine/c2/instabitaluri = 20)
|
||||
icon_state = "bandaid_both"
|
||||
|
||||
Reference in New Issue
Block a user