diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm index c930331ae57..d7b63b4e516 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -167,9 +167,10 @@ name = "jump boots" desc = "A specialized pair of combat boots with a built-in propulsion system for rapid foward movement." icon_state = "jetboots" - item_state = "jackboots" + item_state = "jetboots" item_color = "hosred" resistance_flags = FIRE_PROOF + pockets = /obj/item/weapon/storage/internal/pocket/shoes actions_types = list(/datum/action/item_action/bhop) var/jumpdistance = 5 //-1 from to see the actual distance, e.g 4 goes over 3 tiles var/recharging_rate = 60 //default 6 seconds between each dash diff --git a/icons/mob/feet.dmi b/icons/mob/feet.dmi index 9966a7913d2..33dfad64938 100644 Binary files a/icons/mob/feet.dmi and b/icons/mob/feet.dmi differ