mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Makes the boots of speed slower, and boots.
This commit is contained in:
@@ -3,15 +3,15 @@
|
|||||||
desc = "What appears to be an ordinary pair of boots, is actually a bit more useful than that. These will help against slipping \
|
desc = "What appears to be an ordinary pair of boots, is actually a bit more useful than that. These will help against slipping \
|
||||||
on flat surfaces, and will make you run a bit faster than if you had normal shoes or boots on."
|
on flat surfaces, and will make you run a bit faster than if you had normal shoes or boots on."
|
||||||
cost = 50
|
cost = 50
|
||||||
obj_path = /obj/item/clothing/shoes/speed
|
obj_path = /obj/item/clothing/shoes/boots/speed
|
||||||
|
|
||||||
/obj/item/clothing/shoes/speed
|
/obj/item/clothing/shoes/boots/speed
|
||||||
name = "boots of speed"
|
name = "boots of speed"
|
||||||
desc = "The latest in sure footing technology."
|
desc = "The latest in sure footing technology."
|
||||||
icon_state = "swat"
|
icon_state = "swat"
|
||||||
item_flags = NOSLIP
|
item_flags = NOSLIP
|
||||||
siemens_coefficient = 0.6
|
siemens_coefficient = 0.6
|
||||||
slowdown = -2 // A bit faster than normal shows.
|
slowdown = -1
|
||||||
|
|
||||||
cold_protection = FEET
|
cold_protection = FEET
|
||||||
min_cold_protection_temperature = SHOE_MIN_COLD_PROTECTION_TEMPERATURE
|
min_cold_protection_temperature = SHOE_MIN_COLD_PROTECTION_TEMPERATURE
|
||||||
|
|||||||
Reference in New Issue
Block a user