From 574254fdf5eebfacb9d66c69988ad7c6e41abc6a Mon Sep 17 00:00:00 2001 From: Mack <39393053+MrMacint0sh@users.noreply.github.com> Date: Wed, 17 Apr 2019 23:11:24 -0400 Subject: [PATCH] The Fast --- .../technomancer/devices/boots_of_speed.dm | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/code/game/gamemodes/technomancer/devices/boots_of_speed.dm b/code/game/gamemodes/technomancer/devices/boots_of_speed.dm index e1017d2f5b..d83060177a 100644 --- a/code/game/gamemodes/technomancer/devices/boots_of_speed.dm +++ b/code/game/gamemodes/technomancer/devices/boots_of_speed.dm @@ -16,4 +16,17 @@ cold_protection = FEET min_cold_protection_temperature = SHOE_MIN_COLD_PROTECTION_TEMPERATURE heat_protection = FEET - max_heat_protection_temperature = SHOE_MAX_HEAT_PROTECTION_TEMPERATURE \ No newline at end of file + max_heat_protection_temperature = SHOE_MAX_HEAT_PROTECTION_TEMPERATURE + +/obj/item/clothing/shoes/boots/the_fast + name = "The Fast" + desc = "I am The Fast" + icon_state = "swat" + item_flags = NOSLIP + siemens_coefficient = 0.6 + slowdown = -3 + + cold_protection = FEET + min_cold_protection_temperature = SHOE_MIN_COLD_PROTECTION_TEMPERATURE + heat_protection = FEET + max_heat_protection_temperature = SHOE_MAX_HEAT_PROTECTION_TEMPERATURE