drask shoe sprites enabled, added sprites, and fixed minor issues noticed in uniforms

This commit is contained in:
Ionward
2019-08-26 13:50:49 -07:00
parent 9027edb209
commit 26d836f70f
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)