Merge pull request #12095 from Ionward/Drask-Shoes-Uniform

Drask shoe sprite fix and uniform fixes
This commit is contained in:
variableundefined
2019-08-26 20:20:21 -04:00
committed by GitHub
3 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -444,7 +444,8 @@ BLIND // can't see anything
slowdown = SHOES_SLOWDOWN
sprite_sheets = list(
"Vox" = 'icons/mob/species/vox/shoes.dmi'
"Vox" = 'icons/mob/species/vox/shoes.dmi',
"Drask" = 'icons/mob/species/drask/shoes.dmi'
)
/obj/item/clothing/shoes/attackby(obj/item/I, mob/user, params)