From 3e7e48d4d51588c8371f9a2df3239bfa8a3b28c8 Mon Sep 17 00:00:00 2001 From: GuillaumePrata <55374212+GuillaumePrata@users.noreply.github.com> Date: Mon, 26 Apr 2021 19:42:08 -0300 Subject: [PATCH] QoL: Blue shoes (Paramedics) have the same "disease resistance" than white ones. (#58652) Simply this, white shoes have some "disease resistance" against stepping on blood and are used by everyone at medbay but the Paramedics. Smart Paramedics will speedrun a swap for white shoes that can be made by cutting cloth, since it's something easily available at Medbay I don't see this as a balance change and more helping new players that don't know how disease work yet. --- code/modules/clothing/shoes/colour.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/shoes/colour.dm b/code/modules/clothing/shoes/colour.dm index 24d5954e9fb..c7f7cbbf615 100644 --- a/code/modules/clothing/shoes/colour.dm +++ b/code/modules/clothing/shoes/colour.dm @@ -28,6 +28,7 @@ /obj/item/clothing/shoes/sneakers/blue name = "blue shoes" greyscale_colors = "#16a9eb#ffffff" + permeability_coefficient = 0.01 /obj/item/clothing/shoes/sneakers/green name = "green shoes" @@ -98,4 +99,3 @@ to_chat(c, "You need help taking these off!") return return ..() -